I am trying to convert an opengl app to a gem object but I am still a bit confused as to the ortho thing. I have it pretty much converted but I can only see it using ortho and it looks very small. This app is made to be viewed using gluOrtho2D ( 0.0, 1.0, 0.0, 1.0 ); but I cant figure out how to see it right in gem. I have tried using perspect in conbination with view but I dont think I quite get what to do with it. Any help? Thanks, Alain