SoTextureCombinerSourceParameters Enumeration |
Source Parameter enumeration values.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
CONSTANT | 34166 | Texture environment constant color. Use the OIV.Inventor.Nodes.SoTextureCombiner.constantColor field to specify the color. | |
PRIMARY_COLOR | 34167 | Primary color of the incoming fragment. | |
PREVIOUS | 34168 | Result of previous texture combiner. On texture unit 0, corresponds to PRIMARY_COLOR. | |
TEXTURE | 5890 | Texture color of the current texture unit. | |
TEXTURE0 | 5891 | Texture color of texture unit 0. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE1 | 5892 | Texture color of texture unit 1. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE2 | 5893 | Texture color of texture unit 2. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE3 | 5894 | Texture color of texture unit 3. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE4 | 5895 | Texture color of texture unit 4. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE5 | 5896 | Texture color of texture unit 5. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE6 | 5897 | Texture color of texture unit 6. Requires GL_ARB_texture_env_crossbar. | |
TEXTURE7 | 5898 | Texture color of texture unit 7. Requires GL_ARB_texture_env_crossbar. |