PointCloudShape Type alias
Beta
Specifies the shape drawn for each individual point within a point cloud.
- "round": Each point is drawn as a circle.
- "square": Each point is drawn as a square.
see PointCloudDisplaySettings.shape.
PointCloudShape = "square" | "round"
Defined in
Last Updated: 20 June, 2023