Click or drag to resize
SoTextureCombineroperand1Alpha Property

Specifies an operand to be applied on the source1Alpha before applying the combiner.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<SoTextureCombinerOperandRGBAs> operand1Alpha { get; }

Property Value

Type: SoSFEnumSoTextureCombinerOperandRGBAs
Remarks

but only the two last values: SRC_ALPHA or ONE_MINUS_SRC_ALPHA. Default is SRC_ALPHA.

See Also