|
NAMEglLoadIdentity - replace the current matrix with the identity matrixC 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_MODEglGet with argument GL_MODELVIEW_MATRIX glGet with argument GL_PROJECTION_MATRIX glGet with argument GL_TEXTURE_MATRIX SEE ALSOglLoadMatrix, glMatrixMode, glMultMatrix, glPushMatrix Visit the GSP FreeBSD Man Page Interface. |