Uses of Class
com.openinventor.inventor.nodes.SoShaderStateMatrixParameter.MatrixTransforms
-
Packages that use SoShaderStateMatrixParameter.MatrixTransforms Package Description com.openinventor.inventor.nodes -
-
Uses of SoShaderStateMatrixParameter.MatrixTransforms in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShaderStateMatrixParameter.MatrixTransforms Modifier and Type Field Description SoSFEnum<SoShaderStateMatrixParameter.MatrixTransforms>
SoShaderStateMatrixParameter. matrixTransform
Specifies the transformation to be applied to the state matrix.Methods in com.openinventor.inventor.nodes that return SoShaderStateMatrixParameter.MatrixTransforms Modifier and Type Method Description static SoShaderStateMatrixParameter.MatrixTransforms
SoShaderStateMatrixParameter.MatrixTransforms. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShaderStateMatrixParameter.MatrixTransforms
SoShaderStateMatrixParameter.MatrixTransforms. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShaderStateMatrixParameter.MatrixTransforms[]
SoShaderStateMatrixParameter.MatrixTransforms. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-