SoTextureMatrixElementTranslateBy Method |
Multiplies a matrix that performs the specified transformation into the texture matrix.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void TranslateBy(
SoState state,
SoNode node,
SbVec3f translation
)
Public Shared Sub TranslateBy (
state As SoState,
node As SoNode,
translation As SbVec3f
)
public:
static void TranslateBy(
SoState^ state,
SoNode^ node,
SbVec3f translation
)
static member TranslateBy :
state : SoState *
node : SoNode *
translation : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- translation
- Type: OIV.InventorSbVec3f
Remarks See Also