Determines how blending factors are computed.
Source:
Scene/BlendFunction.js, line 14
Members
-
staticconstantBlendFunction.CONSTANT_ALPHA :Number
-
0x8003. The blend factor is the constant alpha.Source: Scene/BlendFunction.js, line 117
-
staticconstantBlendFunction.CONSTANT_COLOR :Number
-
0x8001. The blend factor is the constant color.Source: Scene/BlendFunction.js, line 101
-
staticconstantBlendFunction.DESTINATION_ALPHA :Number
-
0x0304. The blend factor is the destination alpha.Source: Scene/BlendFunction.js, line 85
-
staticconstantBlendFunction.DESTINATION_COLOR :Number
-
0x0306. The blend factor is the destination color.Source: Scene/BlendFunction.js, line 53
-
staticconstantBlendFunction.ONE :Number
-
1. The blend factor is one.Source: Scene/BlendFunction.js, line 29
-
staticconstantBlendFunction.ONE_MINUS_CONSTANT_ALPHA :Number
-
0x8004. The blend factor is one minus the constant alpha.Source: Scene/BlendFunction.js, line 125
-
staticconstantBlendFunction.ONE_MINUS_CONSTANT_COLOR :Number
-
0x8002. The blend factor is one minus the constant color.Source: Scene/BlendFunction.js, line 109
-
staticconstantBlendFunction.ONE_MINUS_DESTINATION_ALPHA :Number
-
0x0305. The blend factor is one minus the destination alpha.Source: Scene/BlendFunction.js, line 93
-
staticconstantBlendFunction.ONE_MINUS_DESTINATION_COLOR :Number
-
0x0307. The blend factor is one minus the destination color.Source: Scene/BlendFunction.js, line 61
-
staticconstantBlendFunction.ONE_MINUS_SOURCE_ALPHA :Number
-
0x0303. The blend factor is one minus the source alpha.Source: Scene/BlendFunction.js, line 77
-
staticconstantBlendFunction.ONE_MINUS_SOURCE_COLOR :Number
-
0x0301. The blend factor is one minus the source color.Source: Scene/BlendFunction.js, line 45
-
staticconstantBlendFunction.SOURCE_ALPHA :Number
-
0x0302. The blend factor is the source alpha.Source: Scene/BlendFunction.js, line 69
-
staticconstantBlendFunction.SOURCE_ALPHA_SATURATE :Number
-
0x0308. The blend factor is the saturated source alpha.Source: Scene/BlendFunction.js, line 133
-
staticconstantBlendFunction.SOURCE_COLOR :Number
-
0x0300. The blend factor is the source color.Source: Scene/BlendFunction.js, line 37
-
staticconstantBlendFunction.ZERO :Number
-
0. The blend factor is zero.Source: Scene/BlendFunction.js, line 21