ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard

A sphere bounding all of the vertices in the mesh.

Link copied to clipboard
abstract var childTileMask: Int?

A bit mask indicating which of this tile's four children exist. If a child's bit is set, geometry will be requested for that tile as well when it is needed. If the bit is cleared, the child tile is not requested and geometry is instead upsampled from the parent. Default value - 15

Link copied to clipboard

True if this instance was created by upsampling another instance; otherwise, false. Default value - false

Link copied to clipboard
abstract var credits: ReadonlyArray<Credit>?

Array of credits for this tile.

Link copied to clipboard

The indices of the vertices on the eastern edge of the tile.

Link copied to clipboard
abstract var eastSkirtHeight: Double

The height of the skirt to add on the eastern edge of the tile.

Link copied to clipboard
abstract var encodedNormals: Uint8Array?

The buffer containing per vertex normals, encoded using 'oct' encoding

Link copied to clipboard

The horizon occlusion point of the mesh. If this point is below the horizon, the entire tile is assumed to be below the horizon as well. The point is expressed in ellipsoid-scaled coordinates.

Link copied to clipboard
abstract var indices: TypedArray<*, *>

The indices specifying how the quantized vertices are linked together into triangles. Each three indices specifies one triangle.

Link copied to clipboard
abstract var maximumHeight: Double

The maximum terrain height within the tile, in meters above the ellipsoid.

Link copied to clipboard
abstract var minimumHeight: Double

The minimum terrain height within the tile, in meters above the ellipsoid.

Link copied to clipboard

The indices of the vertices on the northern edge of the tile.

Link copied to clipboard
abstract var northSkirtHeight: Double

The height of the skirt to add on the northern edge of the tile.

Link copied to clipboard

An OrientedBoundingBox bounding all of the vertices in the mesh.

Link copied to clipboard

The buffer containing the quantized mesh.

Link copied to clipboard

The indices of the vertices on the southern edge of the tile.

Link copied to clipboard
abstract var southSkirtHeight: Double

The height of the skirt to add on the southern edge of the tile.

Link copied to clipboard
abstract var waterMask: Uint8Array?

The buffer containing the watermask.

Link copied to clipboard

The indices of the vertices on the western edge of the tile.

Link copied to clipboard
abstract var westSkirtHeight: Double

The height of the skirt to add on the western edge of the tile.