ConstructorOptions

Properties

Link copied to clipboard

A sphere bounding all of the vertices in the mesh.

Link copied to clipboard
abstract val 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 val credits: <Error class: unknown class><Credit>?

Array of credits for this tile.

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

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

Link copied to clipboard
abstract val eastSkirtHeight: Double

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

Link copied to clipboard
abstract val encodedNormals: <Error class: unknown class><out <Error class: unknown class>>?

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 val indices: <Error class: unknown class><out <Error class: unknown class>, out <Error class: unknown class>, out <Error class: unknown class>, out <Error class: unknown class>>

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

Link copied to clipboard
abstract val maximumHeight: Double

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

Link copied to clipboard
abstract val minimumHeight: Double

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

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

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

Link copied to clipboard
abstract val 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
abstract val quantizedVertices: <Error class: unknown class><out <Error class: unknown class>>

The buffer containing the quantized mesh.

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

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

Link copied to clipboard
abstract val southSkirtHeight: Double

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

Link copied to clipboard
abstract val waterMask: <Error class: unknown class><out <Error class: unknown class>>?

The buffer containing the watermask.

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

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

Link copied to clipboard
abstract val westSkirtHeight: Double

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