Function CommandBuilder.PushMatrix

PushMatrix (Matrix4x4 matrix)

Multiply all coordinates until the next PopMatrix with the given matrix.

Public
PushMatrix (float4x4 matrix)

Multiply all coordinates until the next PopMatrix with the given matrix.

Public