Members
staticconstantCesium.BlendFunction.CONSTANT_ALPHA : Number
混合因子是固定alpha。
staticconstantCesium.BlendFunction.CONSTANT_COLOR : Number
混合因子是固定颜色。
staticconstantCesium.BlendFunction.DESTINATION_ALPHA : Number
混合因子是目标alpha。
staticconstantCesium.BlendFunction.DESTINATION_COLOR : Number
混合因子是目标颜色。
混合因子是1。
staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_ALPHA : Number
混合因子是1减去固定alpha。
staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_COLOR : Number
混合因子是1减去固定颜色。
staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_ALPHA : Number
混合因子是1减去目标alpha。
staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_COLOR : Number
混合因子是1减去目标颜色。
staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_ALPHA : Number
混合因子是1减去源alpha。
staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_COLOR : Number
混合因子是1减去源颜色。
staticconstantCesium.BlendFunction.SOURCE_ALPHA : Number
混合因子是源alpha。
staticconstantCesium.BlendFunction.SOURCE_ALPHA_SATURATE : Number
混合因子是饱和源(saturated source)alpha。
staticconstantCesium.BlendFunction.SOURCE_COLOR : Number
混合因子是源颜色。
混合因子是0。