BlendFunction
Determines how blending factors are computed.
Source:
Scene/BlendFunction.js, line 10
Members
-
staticconstantBlendFunction.CONSTANT_ALPHA :Number
-
0x8003. The blend factor is the constant alpha.Source: Scene/BlendFunction.js, line 113
-
staticconstantBlendFunction.CONSTANT_COLOR :Number
-
0x8001. The blend factor is the constant color.Source: Scene/BlendFunction.js, line 97
-
staticconstantBlendFunction.DESTINATION_ALPHA :Number
-
0x0304. The blend factor is the destination alpha.Source: Scene/BlendFunction.js, line 81
-
staticconstantBlendFunction.DESTINATION_COLOR :Number
-
0x0306. The blend factor is the destination color.Source: Scene/BlendFunction.js, line 49
-
staticconstantBlendFunction.ONE :Number
-
1. The blend factor is one.Source: Scene/BlendFunction.js, line 25
-
staticconstantBlendFunction.ONE_MINUS_CONSTANT_ALPHA :Number
-
0x8004. The blend factor is one minus the constant alpha.Source: Scene/BlendFunction.js, line 121
-
staticconstantBlendFunction.ONE_MINUS_CONSTANT_COLOR :Number
-
0x8002. The blend factor is one minus the constant color.Source: Scene/BlendFunction.js, line 105
-
staticconstantBlendFunction.ONE_MINUS_DESTINATION_ALPHA :Number
-
0x0305. The blend factor is one minus the destination alpha.Source: Scene/BlendFunction.js, line 89
-
staticconstantBlendFunction.ONE_MINUS_DESTINATION_COLOR :Number
-
0x0307. The blend factor is one minus the destination color.Source: Scene/BlendFunction.js, line 57
-
staticconstantBlendFunction.ONE_MINUS_SOURCE_ALPHA :Number
-
0x0303. The blend factor is one minus the source alpha.Source: Scene/BlendFunction.js, line 73
-
staticconstantBlendFunction.ONE_MINUS_SOURCE_COLOR :Number
-
0x0301. The blend factor is one minus the source color.Source: Scene/BlendFunction.js, line 41
-
staticconstantBlendFunction.SOURCE_ALPHA :Number
-
0x0302. The blend factor is the source alpha.Source: Scene/BlendFunction.js, line 65
-
staticconstantBlendFunction.SOURCE_ALPHA_SATURATE :Number
-
0x0308. The blend factor is the saturated source alpha.Source: Scene/BlendFunction.js, line 129
-
staticconstantBlendFunction.SOURCE_COLOR :Number
-
0x0300. The blend factor is the source color.Source: Scene/BlendFunction.js, line 33
-
staticconstantBlendFunction.ZERO :Number
-
0. The blend factor is zero.Source: Scene/BlendFunction.js, line 17