Click or drag to resize
SoTextureCombinerElementSet Method

Sets the current texture combiner parameters in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.3.0 (2024.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
)

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