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
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
abstract val primitiveCountMax: Double?
Link copied to clipboard
abstract val show: Boolean?
Link copied to clipboard
abstract val vertexCountMax: Double?