TransformVertices (RSDKv4)¶
Description¶
Transform all vertices from startIndex
to endIndex
using matrix
.
Parameters¶
matrix
-
The matrix used to transform the vertices. Valid matrices are
MAT_WORLD
,MAT_VIEW
, andMAT_TEMP
. startIndex
-
The start of the range of tranforming vertices.
endIndex
-
The end of the range of tranforming vertices.
Return Value¶
None.