Cesium3DTilesVoxelProvider
A VoxelProvider that fetches voxel data from a 3D Tiles tileset.
Implements the VoxelProvider interface.
Parameters
An object describing initialization options
See also
Types
Initialization options for the Cesium3DTilesVoxelProvider constructor
Properties
The number of levels of detail containing available tiles in the tileset.
Gets the metadata component types.
Gets the number of voxels per dimension of a tile. This is the same for all tiles in the dataset.
A transform from local space to global space.
Gets the maximum bounds. If undefined, the shape's default maximum bounds will be used instead.
The maximum number of tiles that exist for this provider. This value is used as a hint to the voxel renderer to allocate an appropriate amount of GPU memory. If this value is not known it can be undefined.
Gets the metadata maximum values.
Gets the minimum bounds. If undefined, the shape's default minimum bounds will be used instead.
Gets the metadata minimum values.
Gets the number of padding voxels after the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
Gets the number of padding voxels before the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
Gets the VoxelShapeType
A transform from shape space to local space.
Gets the metadata types.
Functions
Requests the data for a given tile.