![]() |
![]()
| ![]() |
![]()
NAMEglLoadIdentity - replace the current matrix with the identity matrix C SPECIFICATIONvoid glLoadIdentity( void ) DESCRIPTIONglLoadIdentity replaces the current matrix with the identity matrix. It is semantically equivalent to calling glLoadMatrix with the identity matrix
but in some cases it is more efficient. ERRORSGL_INVALID_OPERATION is generated if glLoadIdentity is executed between the execution of glBegin and the corresponding execution of glEnd. ASSOCIATED GETSglGet with argument GL_MATRIX_MODE
SEE ALSOglLoadMatrix, glMatrixMode, glMultMatrix, glPushMatrix
|