Hey, Im using the SSAARenderPass in my App and I just noticed that it is making the canvas transparent.
My threejs canvas overlays my HTML stuff and you can see silhouettes of HTML behind the scene. If I use the RenderPass its not the case. I disabled all other passes etc.
Heres a pic.
I solved it by setting the background-color of the container of my canvas to #FFF. But maybe this requires a fix.
Where can I report a bug fix?