DynamicPointVisualizer

new DynamicPointVisualizer(scene, dynamicObjectCollection)

Name Type Description
scene Scene The scene the primitives will be rendered in.
dynamicObjectCollection DynamicObjectCollection The dynamicObjectCollection to visualize.

Methods

destroy()

Removes and destroys all primitives created by this instance.

isDestroyed()Boolean

Returns true if this object was destroyed; otherwise, false.
Returns:
True if this object was destroyed; otherwise, false.

update(time)Boolean

Updates the primitives created by this visualizer to match their DynamicObject counterpart at the given time.
Name Type Description
time JulianDate The time to update to.
Returns:
This function always returns true.