Uses of Class
com.openinventor.inventor.fields.SoSFMatrix
-
Packages that use SoSFMatrix Package Description com.openinventor.inventor.nodes com.openinventor.meshviz.graph com.openinventor.volumeviz.nodes -
-
Uses of SoSFMatrix in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoMatrixTransform. matrix
Transformation matrix.SoSFMatrix
SoProjection. matrix
Matrix that can be applied before projecting a point.SoSFMatrix
SoTextureMatrix. matrix
SoSFMatrix
SoShaderParameterMatrix. value
Specifies the parameter's value. -
Uses of SoSFMatrix in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
PoAutoCubeAxis. modellingMatrix
This modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrix
PoAutoCubeAxis. projectionMatrix
This modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrix
PoAutoCubeAxis. viewingMatrix
This viewing matrix is used to determine the visibility of each face (and thus the axes to draw). -
Uses of SoSFMatrix in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoOffscreenVolumeRender. dataSpaceMatrix
This transformation is applied on the volume render texture coordinate during the extraction.
-