@JsType(isNative=true, namespace="Cesium", name="ModelNode") public class ModelNode extends Object
Modifier and Type | Field and Description |
---|---|
Matrix4 |
matrix
The node's 4x4 matrix transform from its local coordinates to its parent's.
|
boolean |
show
Determines if this node and its children will be shown.
|
Constructor and Description |
---|
ModelNode()
Use
Model.getNode(java.lang.String) to create an instance. |
Modifier and Type | Method and Description |
---|---|
String |
id()
The name of the glTF JSON property for this node.
|
String |
name()
The value of the name property of this node.
|
@JsProperty public Matrix4 matrix
@JsProperty public boolean show
@JsConstructor public ModelNode()
Model.getNode(java.lang.String)
to create an instance.Copyright © 2019. All rights reserved.