text
stringlengths
0
8.81k
Aerial imagery with a road overlay.
ROAD
string
Roads without additional imagery.
ROAD_ON_DEMAND
string
Roads without additional imagery.
CANVAS_DARK
string
A dark version of the road maps.
CANVAS_LIGHT
string
A lighter version of the road maps.
CANVAS_GRAY
string
A grayscale version of the road maps.
ORDNANCE_SURVEY
string
Ordnance Survey imagery. This imagery is visible only for the London, UK area.
COLLINS_BART
string
Collins Bart imagery.
See:
BingMapsImageryProvider
constant BlendEquation : number
engine/Source/Scene/BlendEquation.js 8
Determines how two pixels' values are combined.
Properties:
Name
Type
Description
ADD
number
Pixel values are added componentwise. This is used in additive blending for translucency.
SUBTRACT
number
Pixel values are subtracted componentwise (source - destination). This is used in alpha blending for translucency.
REVERSE_SUBTRACT
number