Click or drag to resize
SoTextureCombineroperand2Alpha Property

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoTextureCombinerOperandRGBAs> operand2Alpha { 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