PointCloudShape Type alias

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: 28 March, 2024