How does one implement a HUD mirror? To simplify the problem let’s consider that one has some objects in the scene and in a HUD rectangle the user will see all the objects behind (i.e. a rendering of the scene from the same eye point but with the look vector in the opposite direction)
Share
You can render the mirror’s content in a FBO. When rendering the HUD, use the FBO to draw the mirror.