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 SoSFMatrixSoMatrixTransform. matrixTransformation matrix.SoSFMatrixSoProjection. matrixMatrix that can be applied before projecting a point.SoSFMatrixSoTextureMatrix. matrixSoSFMatrixSoShaderParameterMatrix. valueSpecifies 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 SoSFMatrixPoAutoCubeAxis. modellingMatrixThis modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrixPoAutoCubeAxis. projectionMatrixThis modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrixPoAutoCubeAxis. viewingMatrixThis 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 SoSFMatrixSoOffscreenVolumeRender. dataSpaceMatrixThis transformation is applied on the volume render texture coordinate during the extraction.
-