Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [react-postprocessing]

The tag has no usage guidance.

react-postprocessing
0 votes
1 answer
45 views

React three fiber - setting up postprocessing using effectComposer and Passes (OutlinePass) from three.js addons

I'm having a hard time using the R3F -postprocessing library so I decided to use raw threejs classes: By diving into the R3F extending third party library tutorials I managed to setup the renderPass ...
MiguelG's user avatar
  • 257
0 votes
1 answer
58 views

how to get renderPass info with pmndrs/postprocessing?

I am used to using renderer.info to get the number of triangles in my scene in three.js. However with pmndrs/postprocessing https://github.com/pmndrs/postprocessing the renderer.info.triangles is ...
Tom Greenwood's user avatar