firtoz / react-three-renderer

Render into a three.js canvas using React.
https://toxicfork.github.com/react-three-renderer-example/
MIT License
1.49k stars 155 forks source link

Any plan to add effect composers? #202

Open FrickHazard opened 6 years ago

FrickHazard commented 6 years ago

Is there a potential down the road to add an effects component for doing post processing stuff? As in something similar to https://threejs.org/examples/#webgl_effects_peppersghost I can create a sort of round about hack with onAnimate and ref ing the scene.

toxicFork commented 6 years ago

Hi @ekeldevious currently all my focus regarding react-three-renderer is towards the fiber implementation[1] to restore compatibility with React 16, once that reaches a V1 I can spend a bit more time on implementing new features and backporting them to the original version.

Can you please write details about your workaround here? It will be useful when the implementation time comes, and also to enable it for other users :)

[1] http://github.com/toxicfork/react-three-renderer-fiber

FrickHazard commented 6 years ago

Alright Thanks, I'll try to get around to getting a example / workaround out.