SoTextureCombiner Properties |
The SoTextureCombiner type exposes the following members.
Name | Description | |
---|---|---|
combineAlpha | Specifies the texture combiner function to apply on the source<n>Alpha transformed by the operand<n>Alpha. | |
combineRGB | Specifies the texture combiner function to apply on the source<n>RGB transformed by the operand<n>RGB. | |
constantColor | Specifies a constant color. | |
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) | |
operand0Alpha | Specifies an operand to be applied on the source0Alpha before applying the combiner. | |
operand0RGB | Specifies an operand to be applied on the source0RGB before applying the combiner. | |
operand1Alpha | Specifies an operand to be applied on the source1Alpha before applying the combiner. | |
operand1RGB | Specifies an operand to be applied on the source1RGB before applying the combiner. | |
operand2Alpha | Specifies an operand to be applied on the source2Alpha before applying the combiner. | |
operand2RGB | Specifies an operand to be applied on the source2RGB before applying the combiner. | |
scaleAlpha | Specifies the alpha scale for the entire texture operation and may be 1.0, 2.0, or 4.0. | |
scaleRGB | Specifies the RGB scale for the entire texture operation and may be 1.0, 2.0, or 4.0. | |
source0Alpha | Specifies one of the three sources for the alpha components. | |
source0RGB | Specifies one of the three sources for the RGB components. | |
source1Alpha | Specifies one of the three sources for the alpha components. | |
source1RGB | Specifies one of the three sources for the RGB components. | |
source2Alpha | Specifies one of the three sources for the alpha components. | |
source2RGB | Specifies one of the three sources for the RGB components. | |
UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |