SoTextureCombinerOperandRGBAs Enumeration |
Specifies the input mapping for the RGB and alpha portions of operand n.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
SRC_COLOR | 768 | (Cred, Cgreen, Cblue). Not accepted for alpha operands. | |
ONE_MINUS_SRC_COLOR | 769 | (1 - Cred, 1 - Cgreen, 1 - Cblue). Not accepted for alpha operands. | |
SRC_ALPHA | 770 | (Calpha, Calpha, Calpha). | |
ONE_MINUS_SRC_ALPHA | 771 | (1 - Calpha, 1 - Calpha, 1 - Calpha). |
See OpenGL documentation for details.