is it possible to stretch a 3D scene in openGL?
I know it is possible in glOrtho() but how would I make a 3D scene stretch.
for example if I rendered a cube, in the middle of a window, and then made the window longer, instead of the cube stretching, I would see more to the left and right of it, and I do not want this :(.