TimeDynamicPointCloud
Provides playback of time-dynamic point cloud data.
Point cloud frames are prefetched in intervals determined by the average frame load time and the current clock speed. If intermediate frames cannot be loaded in time to meet playback speed, they will be skipped. If frames are sufficiently small or the clock is sufficiently slow then no frames will be skipped.
See also
Types
Properties
The bounding sphere of the frame being rendered. Returns undefined
if no frame is being rendered.
The ClippingPlaneCollection used to selectively disable rendering the point cloud.
The event fired to indicate that a new frame was rendered.
The event fired to indicate that a frame failed to load. A frame may fail to load if the request for its uri fails or processing fails due to invalid content.
The maximum amount of GPU memory (in MB) that may be used to cache point cloud frames.
A 4x4 transformation matrix that transforms the point cloud.
Options for controlling point size based on geometric error and eye dome lighting.
Determines whether the point cloud casts or receives shadows from light sources.
The style, defined using the 3D Tiles Styling language, applied to each point in the point cloud.
The total amount of GPU memory in bytes used by the point cloud.
Functions
Returns true if this object was destroyed; otherwise, false.
Marks the point cloud's TimeDynamicPointCloud.style as dirty, which forces all points to re-evaluate the style in the next frame.