PointCloudProperties¶ webVis API ReferencePointCloudPropertiesInterface PointCloudPropertiesExperimentalExperimental. May be changed in the future without notice. Represents the properties of a point cloud. interface PointCloudProperties { enabled?: boolean; scale?: number;} IndexPropertiesenabled? scale? PropertiesOptional Experimentalenabledenabled?: booleanWhether the point cloud is currently enabled or not. Defaulttrue Optional Experimentalscalescale?: numberRepresents the current scale of the points in the point cloud. Default1.0
Experimental. May be changed in the future without notice.
Represents the properties of a point cloud.