The center of the volume.
Optional
children?: (PointCloudNode | undefined)[]The children of this node. If undefined, this node is a leaf node. The array can contain undefined items though (for example an octree that does not have 8 defined children).
The depth of the node in the hierarchy. A depth of zero indicates a root node.
The geometric error of this node. Used to determine if the node should be displayed from a given camera position. Generally it can be the same as the point spacing.
True if the node has point cloud data, or if it is empty.
The ID of the node in the source. Note: this ID is not unique across sources.
Optional
parent?: PointCloudNodeThe parent of this node. If undefined
, this node is a root node.
Optional
pointThe number of points in this node, if known.
The ID of the PointCloudSource that owns this node.
The node volume in world space coordinates.
A point cloud hierarchy node.