public class GLTFAccessor extends GLTFEntity
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
bufferView |
int |
byteOffset |
int |
componentType |
int |
count |
float[] |
max |
float[] |
min |
boolean |
normalized |
GLTFAccessorSparse |
sparse |
java.lang.String |
type |
nameextensions, extras| Constructor and Description |
|---|
GLTFAccessor() |
public java.lang.Integer bufferView
public boolean normalized
public int byteOffset
public int componentType
public int count
public java.lang.String type
public float[] min
public float[] max
public GLTFAccessorSparse sparse