Table of Contents

Enum MatrixOrder

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Specifies the transformation order for cumulative matrix transform operations.

public enum MatrixOrder

Fields

Append = 0

Specifies that the new operation is applied after the preceding transform.

Prepend = 1

Specifies that the new operation is applied before the preceding transform.