I\'m using the python OpenGL bindings, and trying to only use modern opengl calls. I have a VBO with verticies, and I am trying to render with an orthographic projection mat
You can use a more general projection matrix which additionally uses left,right positions.
See Wikipedia for the definition.