Search found 1 match
- Fri Mar 30, 2007 19:19
- Forum: Help
- Topic: CEGUI does not cooperate with glOrtho Perspective
- Replies: 0
- Views: 1969
CEGUI does not cooperate with glOrtho Perspective
I setup opengl with orthogonal perspective: glViewport(0, 0, width, height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); glOrtho(0,width,0,height,-1,1); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); ' and evertyhing what i want is drawed on the screen until i call SchemeManager #include <Renderer...