SoGetMatrixActionGetTextureInverse Method |
Returns the inverse of the cumulative texture transformation matrix.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbMatrix GetTextureInverse()
Public Function GetTextureInverse As SbMatrix
public:
SbMatrix GetTextureInverse()
member GetTextureInverse : unit -> SbMatrix
Return Value
Type:
SbMatrixRemarks Warning: the matrix returned by this routine should not be changed (unless you are implementing your own transformation nodes).
See Also