ConstructorOptions
Initialization options for the Cesium3DTilesVoxelProvider constructor
See also
Properties
The metadata component types.
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. Default value - Matrix4.IDENTITY
The maximum bounds.
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.
The metadata maximum values.
The minimum bounds.
The metadata minimum values.
The number of padding voxels after the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage. Default value - Cartesian3.ZERO
The number of padding voxels before the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage. Default value - Cartesian3.ZERO
The VoxelShapeType.
A transform from shape space to local space. Default value - Matrix4.IDENTITY
The metadata types.