SoTextureCombinerElementSet Method |
Sets the current texture combiner parameters in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode node,
int _combineRGB,
int _combineAlpha,
int _source0RGB,
int _source1RGB,
int _source2RGB,
int _source0Alpha,
int _source1Alpha,
int _source2Alpha,
int _operand0RGB,
int _operand1RGB,
int _operand2RGB,
int _operand0Alpha,
int _operand1Alpha,
int _operand2Alpha,
float _scaleRGB,
float _scaleAlpha,
SbVec4f constantColor
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
_combineRGB As Integer,
_combineAlpha As Integer,
_source0RGB As Integer,
_source1RGB As Integer,
_source2RGB As Integer,
_source0Alpha As Integer,
_source1Alpha As Integer,
_source2Alpha As Integer,
_operand0RGB As Integer,
_operand1RGB As Integer,
_operand2RGB As Integer,
_operand0Alpha As Integer,
_operand1Alpha As Integer,
_operand2Alpha As Integer,
_scaleRGB As Single,
_scaleAlpha As Single,
constantColor As SbVec4f
)
public:
static void Set(
SoState^ state,
SoNode^ node,
int _combineRGB,
int _combineAlpha,
int _source0RGB,
int _source1RGB,
int _source2RGB,
int _source0Alpha,
int _source1Alpha,
int _source2Alpha,
int _operand0RGB,
int _operand1RGB,
int _operand2RGB,
int _operand0Alpha,
int _operand1Alpha,
int _operand2Alpha,
float _scaleRGB,
float _scaleAlpha,
SbVec4f constantColor
)
static member Set :
state : SoState *
node : SoNode *
_combineRGB : int *
_combineAlpha : int *
_source0RGB : int *
_source1RGB : int *
_source2RGB : int *
_source0Alpha : int *
_source1Alpha : int *
_source2Alpha : int *
_operand0RGB : int *
_operand1RGB : int *
_operand2RGB : int *
_operand0Alpha : int *
_operand1Alpha : int *
_operand2Alpha : int *
_scaleRGB : float32 *
_scaleAlpha : float32 *
constantColor : SbVec4f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- _combineRGB
- Type: SystemInt32
- _combineAlpha
- Type: SystemInt32
- _source0RGB
- Type: SystemInt32
- _source1RGB
- Type: SystemInt32
- _source2RGB
- Type: SystemInt32
- _source0Alpha
- Type: SystemInt32
- _source1Alpha
- Type: SystemInt32
- _source2Alpha
- Type: SystemInt32
- _operand0RGB
- Type: SystemInt32
- _operand1RGB
- Type: SystemInt32
- _operand2RGB
- Type: SystemInt32
- _operand0Alpha
- Type: SystemInt32
- _operand1Alpha
- Type: SystemInt32
- _operand2Alpha
- Type: SystemInt32
- _scaleRGB
- Type: SystemSingle
- _scaleAlpha
- Type: SystemSingle
- constantColor
- Type: OIV.InventorSbVec4f
Remarks Calls virtual method that subclasses can override.
See Also