react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

📬 postprocessing for react-three-fiber

Results 104 react-postprocessing issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Is it possible to configure the `preset` option of [SMAA](https://docs.pmnd.rs/react-postprocessing/effects/smaa)? Using `SMAAPreset` seems to have no effect. ```js import { EffectComposer, SMAA } from '@react-three/postprocessing'; import { SMAAPreset } from...

This PR extends the Texture Effect to support a new parameter called `opacity`. this parameter is used when creating `TextureEffect` to set the opacity of `BlendMode`. The idea and practice...

Is SSR still supported? I'm asking because there's no trace of it in the documentation [https://docs.pmnd.rs/react-postprocessing/effect-composer](https://docs.pmnd.rs/react-postprocessing/effect-composer) I've tried to use it with the latest r3f, drei and three but no...