PointCloudProperties

Interface PointCloudPropertiesExperimental

Experimental. May be changed in the future without notice.

Represents the properties of a point cloud.

interface PointCloudProperties {
    enabled?: boolean;
    scale?: number;
}

Properties

Properties

enabled?: boolean

Whether the point cloud is currently enabled or not.

true
scale?: number

Represents the current scale of the points in the point cloud.

1.0