ConstructorOptions

Properties

Link copied to clipboard
abstract val allowPicking: Boolean?

When true, primitives are pickable with Scene.pick. When false, memory and initialization cost are lower. Default value - false

Link copied to clipboard
abstract val blendOption: BlendOption?
Link copied to clipboard

Bounding volume, in world space, for the collection.

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

Transforms geometry from model to world coordinates. Default value - Matrix4.IDENTITY

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val primitiveCountMax: Double?
Link copied to clipboard
abstract val show: Boolean?
Link copied to clipboard
abstract val vertexCountMax: Double?
Link copied to clipboard
abstract val widthUnits: JsAny?

Unit of polyline widths in this collection: "pixels" on the screen, or "meters" in world space. A clamped HeightReference measures those meters on the ellipsoid surface, so elevation and terrain slope stretch the drawn width. Default value - "pixels"