Accessor
https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/accessor.schema.json
Constructors
Properties
The index of the buffer view. When undefined, the accessor MUST be initialized with zeros; sparse property or extensions MAY override zeros with actual values.
The offset relative to the start of the buffer view in bytes.
The datatype of the accessor's components. UNSIGNED_INT type MUST NOT be used for any accessor that is not referenced by mesh.primitive.indices. type parameter of vertexAttribPointer(). The corresponding typed arrays are Int8Array, Uint8Array, Int16Array, Uint16Array, Uint32Array, and Float32Array.
JSON object with extension-specific objects.
Maximum value of each component in this accessor.
Minimum value of each component in this accessor.
Specifies whether integer data values are normalized before usage."
Specifies if the accessor's elements are scalars, vectors, or matrices.