ConstructorOptions

Properties

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid for coordinate manipulation Default value - Ellipsoid.default

Link copied to clipboard
abstract val granularity: Double?

The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer. Default value - Math.RADIANS_PER_DEGREE

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

An array parallel to positions that give the maximum height of the wall at positions. If undefined, the height of each position in used.

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

An array parallel to positions that give the minimum height of the wall at positions. If undefined, the height at each position is 0.0.

Link copied to clipboard
abstract val positions: <Error class: unknown class><Cartesian3>

An array of Cartesian objects, which are the points of the wall.

Link copied to clipboard
abstract val vertexFormat: VertexFormat?

The vertex attributes to be computed. Default value - VertexFormat.DEFAULT