PointCloudSizeMode Type alias

Specifies how the sizes of the individual points within a point cloud are computed.

  • "pixel": Each point is an exact number of pixels in diameter, as specified by PointCloudDisplaySettings.pixelSize.
  • "voxel": Each point is the size of a "voxel" in meters, as specified by the Tile to which the point belongs.

@see PointCloudDisplaySettings.sizeMode.

PointCloudSizeMode = "voxel" | "pixel"

Defined in

Last Updated: 28 March, 2024