Readonly
idReadonly flag to indicate that his object implements MemoryUsage.
A flag that indicates that the source is ready to use. This flag should be true when initialize has finished.
The name of the source implementation.
Gets whether the object is currently performing an asynchronous operation.
Returns the percentage of progress, in normalized value (i.e in the [0, 1] range), of the asynchronous operations that are scheduled to run on this object. 1 means that all operations have finished.
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
Gets the hierarchy of this point cloud.
Note: this does not provide point cloud data itself.
Returns an approximation of the memory used by this object, in bytes.
The graphics context.
Gets the metadata of this source.
Loads buffer data for the specific PointCloudNode.
Options.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Initialize this source. As long as this source is not initialized, it cannot be used.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Provides point cloud data.