G3X_ResetMtxStack 

Syntax
-
#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 operations above. It is called from the G3X_Reset function.
See Also
G3X_Init, G3X_InitTable, G3X_InitMtxStack, G3X_Reset
Revision History
2004/01/19 Initial version.
CONFIDENTIAL