I am a beginner for OpenGL. Could anyone
tell me:
- what is “GL_PROJECTION?”
- what is “GL_MODELVIEW?”
- what is “glOrhto?”
- and what is “glLoadIdentity()” for?
Thank you very much!
I am a beginner for OpenGL. Could anyone
tell me:
Thank you very much!
1 and 2
Matrix stacks in gl
3 sets up a frustum with orthographic view
that is a box in front of the screen instead of a truncated pyramid
loadidentity loads the identity matrix on the active matrix stack…
Look for the OpenGL red book. http://fly.cc.fer.hr/~unreal/theredbook/