Click or drag to resize
SoGetMatrixActionGetTextureMatrix Method

Returns cumulative texture transformation matrix.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbMatrix GetTextureMatrix()

Return Value

Type: SbMatrix
Remarks

Warning: the matrix returned by this routine should not be changed (unless you are implementing your own transformation nodes).

See Also