Matrix_set - hpgDesigns/hpg_projects GitHub Wiki
Description
matrix_set(type, matrix);
Parameters
Parameter | Description |
---|---|
type | The type of matrix to get the values of (Matrix Type Constants) |
matrix | the matrix data as an array (matrix array) |
Return Values
returntype: Returns...
Example Call
matrix_set(matrix_world, m_array);
This code sets the values of the current world matrix to those stored in an array matrix "m_array".