Quote Originally Posted by Draghi View Post
how do you change projections with OpenGL?
There are several ways. You can just define the matrix directly, but you should use use glOrtho for orthographic and glFrustrum for pyramidal as they're designed for it.