Skip to content

Matrix_set

Hugar edited this page Jun 17, 2022 · 4 revisions

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".

This is number 1

Clone this wiki locally