public class GLTFNode extends GLTFEntity
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
camera |
com.badlogic.gdx.utils.Array<java.lang.Integer> |
children |
float[] |
matrix |
java.lang.Integer |
mesh |
float[] |
rotation |
float[] |
scale |
java.lang.Integer |
skin |
float[] |
translation |
float[] |
weights |
nameextensions, extras| Constructor and Description |
|---|
GLTFNode() |
public com.badlogic.gdx.utils.Array<java.lang.Integer> children
public float[] matrix
public float[] translation
public float[] rotation
public float[] scale
public java.lang.Integer mesh
public java.lang.Integer camera
public java.lang.Integer skin
public float[] weights