ClockStep - AnalyticalGraphicsInc/czml-writer GitHub Wiki
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 bymultiplierseconds 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.