-
Notifications
You must be signed in to change notification settings - Fork 143
ClockStep
Scott Hunter edited this page Apr 11, 2018
·
7 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.
Defines how a clock advances each tick.
Interpolatable: no
-
TICK_DEPENDENT
- The current time is advanced bymultiplier
seconds each tick. -
SYSTEM_CLOCK_MULTIPLIER
- The current time is advanced by the amount of system time since the last tick, multiplied bymultiplier
. -
SYSTEM_CLOCK
- The clock is always set to the current system time.