Hello,
I tried playing around with the example here: https://threejs.org/examples/#webgl_postprocessing_outline
It seems to me, if I remove the “composer.addPass( renderPass );” code line, then the outpass lines don’t get cleared whenever I rotate the camera.
I tried calling composer.renderer.clear() before the render() call, that didn’t help either.
Am I doing something wrong? My goal is to render only the outlines of the objects.
Thank you for your help in advance!