OrbPro2 a Cesium distribution

PointVisualizer

new Cesium.PointVisualizer(entityCluster, entityCollection)

Name Type Description
entityCluster EntityCluster The entity cluster to manage the collection of billboards and optionally cluster with other entities.
entityCollection EntityCollection The entityCollection to visualize.

Methods

Removes and destroys all primitives created by this instance.
Returns true if this object was destroyed; otherwise, false.
Returns:
True if this object was destroyed; otherwise, false.
Updates the primitives created by this visualizer to match their Entity counterpart at the given time. OPTIMIZATION: Uses fast bulk GPU path when WASM backend is enabled. For entities with static visual properties, skips property evaluation after initial setup (~10 Property.getValue calls per entity per frame).
Name Type Description
time JulianDate The time to update to.
Returns:
This function always returns true.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.