@JsType(isNative=true, namespace="<global>", name="Object") public class DebugModelMatrixPrimitiveOptions extends Object
Modifier and Type | Field and Description |
---|---|
PickedObject |
id
A user-defined object to return when the instance is picked with
Scene.pick(Cartesian2) |
double |
length
The length of the axes in meters.
|
Matrix4 |
modelMatrix
The 4x4 matrix that defines the reference frame, i.e., origin plus axes, to visualize.
|
boolean |
show
Determines if this primitive will be shown.
|
double |
width
The width of the axes in pixels.
|
Constructor and Description |
---|
DebugModelMatrixPrimitiveOptions()
Options for
DebugModelMatrixPrimitive |
@JsProperty public double length
@JsProperty public double width
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
@JsProperty public boolean show
@JsProperty public PickedObject id
Scene.pick(Cartesian2)
@JsConstructor public DebugModelMatrixPrimitiveOptions()
DebugModelMatrixPrimitive
Copyright © 2019. All rights reserved.