@JsType(isNative=true, namespace="Cesium", name="DebugModelMatrixPrimitive") public class DebugModelMatrixPrimitive extends Primitive
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.
|
appearance, cull, debugShowBoundingVolume, geometryInstances, shadows
Constructor and Description |
---|
DebugModelMatrixPrimitive() |
DebugModelMatrixPrimitive(DebugModelMatrixPrimitiveOptions options) |
allowPicking, asynchronous, compressVertices, destroy, getGeometryInstanceAttributes, interleave, isDestroyed, ready, readyPromise, releaseGeometryInstances, update, vertexCacheOptimize
@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 DebugModelMatrixPrimitive()
@JsConstructor public DebugModelMatrixPrimitive(DebugModelMatrixPrimitiveOptions options)
Copyright © 2019. All rights reserved.