AbstractCreates THREE.EventDispatcher | EventDispatcher object.
ReadonlyidAn auto-generated UUID used internally to create unique keys for various purposes.
ReadonlyisReadonly flag to indicate that his object implements MemoryUsage.
ReadonlyisRead-only flag to indicate that this object is a PointCloudSource.
AbstracttypeThe name of the source implementation.
AbstractloadingGets whether the object is currently performing an asynchronous operation.
AbstractprogressReturns 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.
A flag that indicates that the source is ready to use. This flag should be true when initialize has finished.
AbstractdisposeReleases unmanaged resources from this object.
AbstractgetGets the hierarchy of this point cloud.
Note: this does not provide point cloud data itself.
AbstractgetReturns an approximation of the memory used by this object, in bytes.
The graphics context.
AbstractgetGets the metadata of this source.
AbstractgetLoads buffer data for the specific PointCloudNode.
Options.
Initialize this source. As long as this source is not initialized, it cannot be used.
Protected AbstractinitializeImplement by subclasses to initialize the source. This is automatically called by initialize.
Raises an event to reload the source.
Base class for sources that provide point cloud data.