A function defined in BBMOD_Matrix.gml
bbmod_matrix_set_scale(_matrix, _x, _y, _z)
Writes scale into an identity matrix.
Name | Type | Description |
---|---|---|
_matrix | Array |
The target matrix. |
_x | Real |
The scale on the X axis. |
_y | Real |
The scale on the Y axis. |
_z | Real |
The scale on the Z axis. |
Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.