@JsType(isNative=true, namespace="<global>", name="Object") public class BillboardCollectionOptions extends Object
Modifier and Type | Field and Description |
---|---|
Number |
blendOption
The billboard blending option.
|
Boolean |
debugShowBoundingVolume
For debugging only.
|
Matrix4 |
modelMatrix
The 4x4 transformation matrix that transforms each billboard from model to world coordinates.
|
Scene |
scene
Must be passed in for billboards that use the height reference property or will be depth tested against the globe.
|
Constructor and Description |
---|
BillboardCollectionOptions()
Options for
BillboardCollection |
BillboardCollectionOptions(Matrix4 modelMatrix,
Boolean debugShowBoundingVolume,
Scene scene)
Options for
BillboardCollection |
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
@JsProperty public Boolean debugShowBoundingVolume
@JsProperty public Scene scene
@JsProperty public Number blendOption
BlendOption.OPAQUE_AND_TRANSLUCENT()
@JsConstructor public BillboardCollectionOptions()
BillboardCollection
@JsConstructor public BillboardCollectionOptions(Matrix4 modelMatrix, Boolean debugShowBoundingVolume, Scene scene)
BillboardCollection
Copyright © 2019. All rights reserved.