-
Notifications
You must be signed in to change notification settings - Fork 0
Matrix_get
Hugar edited this page Jun 17, 2022
·
4 revisions
matrix_get(type)
This function returns an array of 16 values, corresponding to a given 4x4 matrix type.
| Parameter | Description |
|---|---|
| type | The type of matrix to get (see the constants listed) |
| Constant | Description |
|---|---|
| matrix_view | the current view matrix |
| matrix_projection | the current projection matrix |
| matrix_world | the current world matrix |
returntype: Returns...
some_array = matrix_get(matrix_view);
This is number 1