Accessing draw calls when using EffectComposer

This is explained in the documentation of WebGLRenderer.info. You have to set renderer.info.autoReset to false and perform the reset manually in your animation loop with renderer.info.reset();.

Demo: https://jsfiddle.net/w5h36roz/1/

4 Likes