MatrixScaleXYZ (RSDKv4)¶
Description¶
Scales matrix
to scaleX
, scaleY
and scaleZ
.
Parameters¶
matrix
-
The selected matrix for scalling, valid Matrices are
MAT_WORLD
,MAT_VIEW
, andMAT_TEMP
. scaleX
,scaleY
,scaleZ
-
Scale value for the matrix, all shifted 8 bits (0x100 = 1.0)
Return Value¶
None.