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

## Problem Demo of bug and workaround: https://codesandbox.io/s/bug-change-outline-color-dmu52j?file=/src/App.js ✅ Constant/fixed `visibleEdgeColor` ```jsx ``` 🔥 Dynamically changing `visibleEdgeColor` breaks `Outline`, stops rendering ```diff + // `color` variable is dynamically changing ```...

Without dithering we get some banding with the bloom effect: https://codesandbox.io/s/elated-wilson-921dcm?file=/src/App.js We could add it as option on the EffectComposer or just enable it by default? Are there any downsides...

Hi, this library is really cool. Thanks for making it! I'm seeing a few issues with Glitch. Please let me know if I should break this up into smaller issues....

Hi, I am trying to use outline effect with an animated model I downloaded from mixamo. But it never shows up. Here is a codesandbox i created: https://codesandbox.io/s/outline-with-skinned-mesh-bug-f68l2d?file=/src/App.js I tried...

Hi all, I'm a relatively new Three.js and R3F user. I was having trouble getting `SelectiveBloom` to work selectively at all (it just seemed to apply it to the whole...

As described in #68 there's a memory leak when updating the intensity of `Bloom` Here's our reproduction: https://codesandbox.io/s/mystifying-kare-k4lh3b?file=/src/App.js ```js useFrame(() => { if (bloomRef.current && intensityRef.current) { bloomRef.current.intensity = intensityRef.current;...

Outline effect does not affect any lines (based on both Line and Line2). On the other hand, SelectiveBloom works with lines normally. I made a [sandbox](https://codesandbox.io/s/outline-for-lines-e4vho4) showing the issue. If...

Select seems ignore the lines. It can be seen in the [sandbox](https://codesandbox.io/s/outline-for-lines-e4vho4). While the mouse is far from anything, nothing is selected and everything is blooming (this might be a...

Hi, I am trying to use the Outline and/or selective bloom on some meshes, and while there is no error generated, the effects don't seem to be shown. I have...

bug
effect:outline
effect:selective-bloom

Hi, We are using this library and its working well for us. Great job! We need to dynamically turn some effects (specifically on and off) during the viewing of the...

question