Click or drag to resize
SoTextureCombinerElementSetElt Method

Note: This API is now obsolete.

Calls SetElt(_combineRGB, _combineAlpha, _source0RGB, _source1RGB, _source2RGB, _source0Alpha, _source1Alpha, _source2Alpha, _operand0RGB, _operand1RGB, _operand2RGB, _operand0Alpha, _operand1Alpha, _operand2Alpha, _scaleRGB, _scaleAlpha, _constantColor, System.Int32(0)).

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetElt(
	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

_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