glLoadIdentity
- replace the current matrix with the identity matrix
void glLoadIdentity(void)
glLoadIdentity
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.
Copyright © 2003-2004 Silicon Graphics, Inc.
This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.