glMatrixMode

glMatrixMode: man2/glMatrixMode.xml

glMatrixMode sets the current matrix mode. mode can assume one of four values: To find out which matrix stack is currently the target of all matrix operations, call glGet with argument GL_MATRIX_MODE. The initial value is GL_MODELVIEW.

@OpenGL_Version(OGLIntroducedIn.V1P0)
fn_glMatrixMode glMatrixMode;

See Also

glLoadMatrix, glLoadTransposeMatrix, glMultMatrix, glMultTransposeMatrix, glPopMatrix, glPushMatrix

Meta