Skip to content

PostProcessingProps

Defined in: packages/engine/src/components/PostProcessing.tsx:81

Property Type Description
children? ReactNode The passes, in the order they draw. Any postprocessing effect or pass goes here, the engine’s own or the library’s. None leaves tone mapping alone.
multisampling? number Samples per pixel. The stack draws off the canvas and loses its antialiasing, so this puts it back; 0 turns it off.
ref? Ref<EffectComposer> -
toneMapping? false | ToneMappingMode The curve that maps the frame’s light to the screen, applied after every child. ACES, the renderer’s own, unless changed; false for a child that tone maps itself.