PointCloudSizeMode Type
PointCloudSizeMode = "voxel" | "pixel"
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 pixelSize.
- "voxel": Each point is the size of a "voxel" in meters, as specified by the Tile to which the point belongs.
@see sizeMode.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.