PointCloudOptions: {
    cleanupDelay?: number;
    source: PointCloudSource;
}

Constructor options for the PointCloud entity.

Type declaration

  • OptionalcleanupDelay?: number

    The delay, in milliseconds, before unused data is freed from memory. The longer the delay, the longer a node's data will be kept in memory, making it possible to display this node immediately when it becomes visible.

    Conversely, reducing this value will free memory more often, leading to a reduced memory footprint.

    5000
    
  • source: PointCloudSource

    The point cloud source.