ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var blendOption: BlendOption?

The billboard blending option. The default is used for rendering both opaque and translucent billboards. However, if either all of the billboards are completely opaque or all are completely translucent, setting the technique to BlendOption.OPAQUE or BlendOption.TRANSLUCENT can improve performance by up to 2x. Default value - BlendOption.OPAQUE_AND_TRANSLUCENT

Link copied to clipboard

For debugging only. Determines if this primitive's commands' bounding spheres are shown. Default value - false

Link copied to clipboard
abstract var modelMatrix: Matrix4?

The 4x4 transformation matrix that transforms each billboard from model to world coordinates. Default value - Matrix4.IDENTITY

Link copied to clipboard
abstract var scene: Scene?

Must be passed in for billboards that use the height reference property or will be depth tested against the globe.

Link copied to clipboard
abstract var show: Boolean?

Determines if the billboards in the collection will be shown. Default value - true