bbmod_matrix_set_scale

A function defined in BBMOD_Matrix.gml

bbmod_matrix_set_scale(_matrix, _x, _y, _z)

Description

Writes scale into an identity matrix.

Arguments

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.
Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.