interface GetNodeDataOptions {
    attributes?: PointCloudAttribute[];
    node: PointCloudNode;
    position: boolean;
    signal?: AbortSignal;
}

Properties

attributes?: PointCloudAttribute[]

The optional attributes to load.

To node to process.

position: boolean

Load the point position attribute.

signal?: AbortSignal

Optional abort signal for early cancellation of asynchronous requests.