SoTextureMatrixElementMakeIdentity Method |
Sets the texture matrix to the identity matrix.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void MakeIdentity(
SoState state,
SoNode node
)
Public Shared Sub MakeIdentity (
state As SoState,
node As SoNode
)
public:
static void MakeIdentity(
SoState^ state,
SoNode^ node
)
static member MakeIdentity :
state : SoState *
node : SoNode -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also