3D Reflections

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bellpepper

I want to create an open ocean that is completely reflective.

After researching into rendering reflections, it’s clear you cannot brute force this as the performance hit is far too large.

I downloaded this project and have been testing on it for insight:

I’ve implemented multi-threading which worked to an extent. Unfortunately, not to the scale that I hoped.

I’m confident that I need to use a “cheaty” way to get this to work. Something like drawing only non-static objects to the plane every frame, but I don’t know how to do this.

I’m open to any suggestions that also doesn’t use a mirror camera.