Skip to content

3D: add post-processing shader stack and effect registrations#8348

Open
Carrotstudio0 wants to merge 4 commits into4ian:masterfrom
Carrotstudio0:pr/post-processing-shaders-clean
Open

3D: add post-processing shader stack and effect registrations#8348
Carrotstudio0 wants to merge 4 commits into4ian:masterfrom
Carrotstudio0:pr/post-processing-shaders-clean

Conversation

@Carrotstudio0
Copy link

@Carrotstudio0 Carrotstudio0 commented Mar 2, 2026

Summary

This PR adds the post-processing shader stack and related 3D effects registrations.

Included effects

  • PostProcessingStack
  • ToneMapping
  • Bloom (shared capture integration)
  • ScreenSpaceReflections (SSR)
  • SSAO
  • VolumetricFog
  • DepthOfField
  • ChromaticAberration
  • ColorGrading
  • RimLight

Included files

  • Extensions/3D/PostProcessingSharedResources.ts
  • Extensions/3D/PostProcessingStackEffect.ts
  • Extensions/3D/ToneMappingEffect.ts
  • Extensions/3D/BloomEffect.ts
  • Extensions/3D/ScreenSpaceReflectionsEffect.ts
  • Extensions/3D/SSAOEffect.ts
  • Extensions/3D/VolumetricFogEffect.ts
  • Extensions/3D/DepthOfFieldEffect.ts
  • Extensions/3D/ChromaticAberrationEffect.ts
  • Extensions/3D/ColorGradingEffect.ts
  • Extensions/3D/RimLight.ts
  • Extensions/3D/JsExtension.js

@Carrotstudio0 Carrotstudio0 requested a review from 4ian as a code owner March 2, 2026 14:57
@Carrotstudio0 Carrotstudio0 changed the title feat(3d): isolate post-processing shader stack and registrations 3D: add post-processing shader stack and effect registrations Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant