Click or drag to resize
SoShaderStateMatrixParameterMatrixTypes Enumeration

Matrix type possible values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum MatrixTypes
Members
  Member nameValueDescription
MODELVIEW0

The state matrix is the modelview matrix.

PROJECTION1

The state matrix is the the projection matrix.

TEXTURE2

The state matrix is the current texture matrix.

MODELVIEW_PROJECTION3

The state matrix is the modelview projection matrix (default value).

Remarks