This component introduces the ToneMapping effect, which provides an abstraction for various tone mapping algorithms from the pmndrs/postprocessing package. The <ToneMapping> effect is specifically designed to improve the visual rendering of HDR content by mapping high-range brightness values to a displayable range, thus enhancing luminance and color balance in the scene.
Fixes potential issues with incorrect colors when EffectComposer is added by applying tone mapping manually as an effect.
Easy to set up — simply include it in your <EffectComposer> pipeline.
Multiple tone mapping modes and options for fine-tuning luminance are available.
Fully supports different blend functions for enhanced visual styles.
This component introduces the
ToneMapping
effect, which provides an abstraction for various tone mapping algorithms from thepmndrs/postprocessing
package. The<ToneMapping>
effect is specifically designed to improve the visual rendering of HDR content by mapping high-range brightness values to a displayable range, thus enhancing luminance and color balance in the scene.EffectComposer
is added by applying tone mapping manually as an effect.<EffectComposer>
pipeline.For more details, see ToneMapping on pmndrs/postprocessing.
Local Playground —
pnpm run playground
Local Documentation —
pnpm run docs:dev
@alvarosabu @Tinoooo