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();
.
4 Likes