ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var buffer: ArrayBuffer

The buffer containing terrain data.

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

Multiplier for negative terrain heights that are encoded as very small positive values.

Link copied to clipboard

Threshold for negative values