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

Hi there I've been trying to do as per the title. Here's a codesandbox of my attempt: https://codesandbox.io/s/github/mysterybear/outline-and-bloom?file=/src/App.tsx As I've commented at the top, the objective is to have 2...

Hi, this is more of an open ended issue. I'm currently working on a r3f project that I'd like to use post-processing with, but it also has WebXR enabled for...

Does this package support layers? I am trying to add an effect for select meshes

question

Let's say we have a scene and a GUI switch that enables/disables some postprocessing effects. The optimal renderer settings depend on whether we use postprocessing or not, for example, an...

It looks like the example sandboxes no longer work: https://m94xb.csb.app/ https://5jgjz.csb.app/ Could be due to the repository migration to `pmndrs`? I suspect that the sandbox is getting a 404 when...

docs reference: https://vanruesc.github.io/postprocessing/public/docs/class/src/effects/ShockWaveEffect.js~ShockWaveEffect.html

enhancement

Is fade option available for SSAO? https://pmndrs.github.io/postprocessing/public/docs/class/src/effects/SSAOEffect.js~SSAOEffect.html

react-postprocessing 2.2.4 + nextjs 11.1.1 is giving an error like "error - ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization" without much details. Running ok with the version I was using before...

Various encodings were removed from three recently and three-stdlib was updated to reflect this - see https://github.com/pmndrs/three-stdlib/pull/108 [email protected] has this fix. react-postprocessing currently includes [email protected] so I'm getting all this...

Hello, when I use postprocessing EffectComposer, the drei GizmoHelper disappears. see codesandbox: [https://codesandbox.io/s/react-three-postprocessing-vs-drei-viewcube-veq3c?file=/src/index.js](https://codesandbox.io/s/react-three-postprocessing-vs-drei-viewcube-veq3c?file=/src/index.js) if you delete the `` the Gizmo reappears. (Even with actual effects within it, it's the same...