Function CommandBuilder.PushSetMatrix

PushSetMatrix (Matrix4x4 matrix)

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

Public
PushSetMatrix (float4x4 matrix)

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

Public