*m | Matrix to be pushed |
TRUE | Successful | |
FALSE | Failed (stack overflow) |
The following pushes a unit matrix onto the matrix stack. NJS_MATRIX stack[10]; NJS_VIEW view; njInitMatrix(stack, 10); njInitView(&view); njSetView(&view); njClearMatrix(); njPushMatrix(NULL);