public class GLTFPrimitive extends GLTFObject
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.utils.ObjectMap<java.lang.String,java.lang.Integer> |
attributes |
java.lang.Integer |
indices |
java.lang.Integer |
material |
java.lang.Integer |
mode |
com.badlogic.gdx.utils.Array<GLTFMorphTarget> |
targets |
extensions, extras| Constructor and Description |
|---|
GLTFPrimitive() |
public com.badlogic.gdx.utils.ObjectMap<java.lang.String,java.lang.Integer> attributes
public java.lang.Integer indices
public java.lang.Integer mode
public java.lang.Integer material
public com.badlogic.gdx.utils.Array<GLTFMorphTarget> targets