text
stringlengths 0
8.81k
|
|---|
The blend factor is one minus the source alpha.
|
DESTINATION_ALPHA
|
number
|
The blend factor is the destination alpha.
|
ONE_MINUS_DESTINATION_ALPHA
|
number
|
The blend factor is one minus the destination alpha.
|
CONSTANT_COLOR
|
number
|
The blend factor is the constant color.
|
ONE_MINUS_CONSTANT_COLOR
|
number
|
The blend factor is one minus the constant color.
|
CONSTANT_ALPHA
|
number
|
The blend factor is the constant alpha.
|
ONE_MINUS_CONSTANT_ALPHA
|
number
|
The blend factor is one minus the constant alpha.
|
SOURCE_ALPHA_SATURATE
|
number
|
The blend factor is the saturated source alpha.
|
constant BlendOption : number
|
engine/Source/Scene/BlendOption.js 6
|
Determines how opaque and translucent parts of billboards, points, and labels are blended with the scene.
|
Properties:
|
Name
|
Type
|
Description
|
OPAQUE
|
number
|
The billboards, points, or labels in the collection are completely opaque.
|
TRANSLUCENT
|
number
|
The billboards, points, or labels in the collection are completely translucent.
|
OPAQUE_AND_TRANSLUCENT
|
number
|
The billboards, points, or labels in the collection are both opaque and translucent.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.