Since you literally want to look at the same scene from different angles, you maybe able to play some tricks. For example, you can render the scene in backbuffer (or offscreen buffers) from each of the sides and then just past those buffers on the side renderers. Thus, the side renderers are simply images and don’t really have the full scene and are not interactive. You just need to make sure you update them whenever the active scene changes.
1 Like