Click or drag to resize
SoTextureCombinerSourceParameters Enumeration

Source Parameter enumeration values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum SourceParameters
Members
  Member nameValueDescription
CONSTANT34166

Texture environment constant color.

Use the OIV.Inventor.Nodes.SoTextureCombiner.constantColor field to specify the color.

PRIMARY_COLOR34167

Primary color of the incoming fragment.

PREVIOUS34168

Result of previous texture combiner.

On texture unit 0, corresponds to PRIMARY_COLOR.

TEXTURE5890

Texture color of the current texture unit.

TEXTURE05891

Texture color of texture unit 0.

Requires GL_ARB_texture_env_crossbar.

TEXTURE15892

Texture color of texture unit 1.

Requires GL_ARB_texture_env_crossbar.

TEXTURE25893

Texture color of texture unit 2.

Requires GL_ARB_texture_env_crossbar.

TEXTURE35894

Texture color of texture unit 3.

Requires GL_ARB_texture_env_crossbar.

TEXTURE45895

Texture color of texture unit 4.

Requires GL_ARB_texture_env_crossbar.

TEXTURE55896

Texture color of texture unit 5.

Requires GL_ARB_texture_env_crossbar.

TEXTURE65897

Texture color of texture unit 6.

Requires GL_ARB_texture_env_crossbar.

TEXTURE75898

Texture color of texture unit 7.

Requires GL_ARB_texture_env_crossbar.

Remarks