G3X_ResetMtxStack
C Specification
-
#include <nitro/gx/g3x.h>
void G3X_ResetMtxStack();
Arguments
None.
Return Values
None.
Description
- Sets the stack level for the Projection matrix and Position/Vector matrix to 0.
- Sets the Texture current matrix and the current matrix for the Position/Vector matrix to the identity matrix.
- Sets the matrix mode after execution to
Position/Vector
mode.
This function performs the following: It is called from G3X_Reset
.
See Also
G3X_Init, G3X_InitTable, G3X_InitMtxStack, G3X_Reset
Revision History
01/19/2004 Initial version