SoTextureUnitElementSet Method |
Sets the current texture unit and mapping method.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void Set(
SoState state,
SoNode node,
int unit,
SoTextureUnitElementMappingMethods mappingMethod
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
unit As Integer,
mappingMethod As SoTextureUnitElementMappingMethods
)
public:
static void Set(
SoState^ state,
SoNode^ node,
int unit,
SoTextureUnitElementMappingMethods mappingMethod
)
static member Set :
state : SoState *
node : SoNode *
unit : int *
mappingMethod : SoTextureUnitElementMappingMethods -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- unit
- Type: SystemInt32
- mappingMethod
- Type: OIV.Inventor.ElementsSoTextureUnitElementMappingMethods
Remarks
See Also