SoShaderStateMatrixParameterMatrixTransforms Enumeration |
Matrix transformation possible values.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
IDENTITY | 0 | The state matrix is unchanged (default). | |
TRANSPOSE | 1 | Transpose the state matrix. | |
INVERSE | 2 | Invert the state matrix. | |
INVERSE_TRANSPOSE | 3 | Invert the transposed state matrix. |