Click or drag to resize
SoTextureCombiner Properties

The SoTextureCombiner type exposes the following members.

Properties
  NameDescription
Public propertycombineAlpha

Specifies the texture combiner function to apply on the source<n>Alpha transformed by the operand<n>Alpha.

Public propertycombineRGB

Specifies the texture combiner function to apply on the source<n>RGB transformed by the operand<n>RGB.

Public propertyconstantColor

Specifies a constant color.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyoperand0Alpha

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

Public propertyoperand0RGB

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

Public propertyoperand1Alpha

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

Public propertyoperand1RGB

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

Public propertyoperand2Alpha

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

Public propertyoperand2RGB

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

Public propertyscaleAlpha

Specifies the alpha scale for the entire texture operation and may be 1.0, 2.0, or 4.0.

Public propertyscaleRGB

Specifies the RGB scale for the entire texture operation and may be 1.0, 2.0, or 4.0.

Public propertysource0Alpha

Specifies one of the three sources for the alpha components.

Public propertysource0RGB

Specifies one of the three sources for the RGB components.

Public propertysource1Alpha

Specifies one of the three sources for the alpha components.

Public propertysource1RGB

Specifies one of the three sources for the RGB components.

Public propertysource2Alpha

Specifies one of the three sources for the alpha components.

Public propertysource2RGB

Specifies one of the three sources for the RGB components.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also