Shifting the entire scene?

Is there a way to shift the entire scene upwards or downwards? As in, shifting it in a way that it’s like moving a 2D picture up/down so that the perspective doesn’t change? Thanks!

Yes you can do it playing with the projection setup using the glFrustum or glOrtho functions for example. Swap bottom and top parameters.

Thank you, that’s exactly what I was looking for :smiley: