Tresjs / post-processing

Post-processing library for TresJS
MIT License
37 stars 6 forks source link

feat: add tonemapping effect #148

Open damienmontastier opened 2 days ago

damienmontastier commented 2 days ago

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.

For more details, see ToneMapping on pmndrs/postprocessing.


Local Playground — pnpm run playground

Local Documentation — pnpm run docs:dev


@alvarosabu @Tinoooo