Modelview Matrix
A stack of matrices is maintained called the ‘modelview’ stack.
The current modelview matrix is used to multiply vertices at the first stage of the rendering pipeline
equivalent to matrix C.M
C = CTM, M:WC->VC
glMatrixMode(GL_MODELVIEW)
making changes to modelview
Previous slide
Next slide
Back to first slide
View graphic version