text
stringlengths
0
8.81k
LERC
number
LERC encoding
constant HeightReference : number
engine/Source/Scene/HeightReference.js 6
Represents the position relative to the terrain.
Properties:
Name
Type
Description
NONE
number
The position is absolute.
CLAMP_TO_GROUND
number
The position is clamped to the terrain.
RELATIVE_TO_GROUND
number
The position height is the height above the terrain.
constant HorizontalOrigin : number
engine/Source/Scene/HorizontalOrigin.js 16
The horizontal location of an origin relative to an object, e.g., a Billboard
or Label. For example, setting the horizontal origin to LEFT
or RIGHT will display a billboard to the left or right (in screen space)
of the anchor position.
Properties:
Name
Type
Description
CENTER
number
The origin is at the horizontal center of the object.
LEFT
number
The origin is on the left side of the object.