General-Purpose Transformation
Commands
void glMatrixMode(GLenum mode);
Specifies whether the modelview,
projection, or texture matrix will be modified, using the argument
GL_MODELVIEW, GL_PROJECTION, or GL_TEXTURE
void glLoadIdentity(void);
Sets the currently modifiable matrix to the 4x4 identity
matrix.
|