text
stringlengths
0
8.81k
Specifies the type of the cloud that is added to a CloudCollection in CloudCollection#add.
Properties:
Name
Type
Description
CUMULUS
number
Cumulus cloud.
constant ColorBlendMode : number
engine/Source/Scene/ColorBlendMode.js 14
Defines different modes for blending between a target color and a primitive's source color.
HIGHLIGHT multiplies the source color by the target color
REPLACE replaces the source color with the target color
MIX blends the source color and target color together
Properties:
Name
Type
Description
HIGHLIGHT
number
REPLACE
number
MIX
number
See:
Model.colorBlendMode
constant ComponentDatatype : number
engine/Source/Core/ComponentDatatype.js 12
WebGL component datatypes. Components are intrinsics,
which form attributes, which form vertices.
Properties:
Name
Type
Description