-
Notifications
You must be signed in to change notification settings - Fork 0
Matrix_set
Hugar edited this page Jun 17, 2022
·
4 revisions
matrix_set(type, matrix);
| Parameter | Description |
|---|---|
| type | The type of matrix to get the values of (Matrix Type Constants) |
| matrix | the matrix data as an array (matrix array) |
returntype: Returns...
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".
This is number 1