Tuesday, 20 August 2013

Multiple Render Targets in Three.js

Multiple Render Targets in Three.js

Is multiple render targets supported in Three.js? I mean, using one single
fragment shader to write to different render targets.
I have a fragment shader that calculates several things and I need to
output them separately into different textures for further manipulations.

No comments:

Post a Comment