Interface AggregatePointCloudSourceOptions

interface AggregatePointCloudSourceOptions {
    sources: PointCloudSource<PointCloudSourceEventMap>[];
}

Properties

Properties

The sources to aggregate. Cannot be empty.