glcLoadMatrix(3G) OpenGL Character Renderer glcLoadMatrix(3G)
glcLoadMatrix - assign a value to GLC_BITMAP_MATRIX
void glcLoadMatrix( const GLfloat *inMatrix )
inMatrix Specifies the value to assign to GLC_BITMAP_MATRIX.
glcLoadMatrix assigns the value [inMatrix[0], inMatrix[1], inMatrix[2],
inMatrix[3]] to the floating point vector variable GLC_BITMAP_MATRIX.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
glcGetfv with argument GLC_BITMAP_MATRIX
glcLoadIdentity, glcMultMatrix, glcRotate, glcScale
PPPPaaaaggggeeee 1111 [ Back ]
|