RFDrawTools.GLPushMatrix
Description
Pushes the current matrix stack down by one, duplicating the current matrix.
Syntax
Sub RFDrawTools.GLPushMatrix()
Remarks
- After this method is called, the transform matrix on the top of the stack is identical to the one below it.
Note
- Refer to the Microsoft OpenGL Platform SDK reference manual for more details.
Return to Rapidform Index