OpenGL Matrix Stacks
OpenGL stores stacks of 4x4 matrices
GL_MODELVIEW
GL_PROJECTION
GL_TEXTURE
OpenGL calls to push, pop, multiply top of stack
glLoadMatrix
glMultMatrix
glPushMatrix
glPopMatrix
All vertices are multiplied by top of stack
Previous slide
Next slide
Back to first slide
View graphic version