ConstructorOptions

Initialization options for the Cesium3DTilesVoxelProvider constructor

See also

Properties

Link copied to clipboard
abstract val className: String

The class in the tileset schema describing voxel metadata.

Link copied to clipboard
abstract val componentTypes: <Error class: unknown class><MetadataComponentType>

The metadata component types.

Link copied to clipboard
abstract val dimensions: Cartesian3

The number of voxels per dimension of a tile. This is the same for all tiles in the dataset.

Link copied to clipboard
abstract val globalTransform: Matrix4?

A transform from local space to global space. Default value - Matrix4.IDENTITY

Link copied to clipboard
abstract val maxBounds: Cartesian3?

The maximum bounds.

Link copied to clipboard
abstract val maximumTileCount: Double?

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.

Link copied to clipboard
abstract val maximumValues: <Error class: unknown class><<Error class: unknown class><Double>>?

The metadata maximum values.

Link copied to clipboard
abstract val minBounds: Cartesian3?

The minimum bounds.

Link copied to clipboard
abstract val minimumValues: <Error class: unknown class><<Error class: unknown class><Double>>?

The metadata minimum values.

Link copied to clipboard
abstract val names: <Error class: unknown class><String>

The metadata names.

Link copied to clipboard
abstract val paddingAfter: Cartesian3?

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

Link copied to clipboard
abstract val paddingBefore: Cartesian3?

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

Link copied to clipboard
Link copied to clipboard
abstract val shapeTransform: Matrix4?

A transform from shape space to local space. Default value - Matrix4.IDENTITY

Link copied to clipboard
abstract val types: <Error class: unknown class><MetadataType>

The metadata types.