-
Notifications
You must be signed in to change notification settings - Fork 143
HeightReferenceValue
Scott Hunter edited this page Apr 11, 2018
·
6 revisions
This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.
The height reference of an object, which indicates if the object's position is relative to terrain or not.
Type: string
-
NONE
- The position is absolute. -
CLAMP_TO_GROUND
- The position is clamped to the terrain. -
RELATIVE_TO_GROUND
- The position height is the height above the terrain.