Class GLTFAccessor
java.lang.Object
gaiasky.util.gdx.model.gltf.data.GLTFObject
gaiasky.util.gdx.model.gltf.data.GLTFEntity
gaiasky.util.gdx.model.gltf.data.data.GLTFAccessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
float[]
float[]
boolean
Fields inherited from class GLTFEntity
name
Fields inherited from class GLTFObject
extensions, extras
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bufferView
-
normalized
public boolean normalized -
byteOffset
public int byteOffset -
componentType
public int componentType -
count
public int count -
type
-
min
public float[] min -
max
public float[] max -
sparse
-
-
Constructor Details
-
GLTFAccessor
public GLTFAccessor()
-