public class ModelNode extends Object
| Modifier and Type | Field and Description |
|---|---|
ModelNode[] |
children |
String |
id |
String |
meshId |
ModelNodePart[] |
parts |
Quaternion |
rotation |
Vector3 |
scale |
Vector3 |
translation |
| Constructor and Description |
|---|
ModelNode() |
public String id
public Vector3 translation
public Quaternion rotation
public Vector3 scale
public String meshId
public ModelNodePart[] parts
public ModelNode[] children
Copyright © 2021. All rights reserved.