Optional
extensionsDictionary object with extension-specific objects
Optional
extrasApplication-Specific data
Optional
nameThe user-defined name of this object
Optional
bufferThe index of the bufferview
Optional
byteThe offset relative to the start of the bufferView in bytes
The datatype of components in the attribute
Optional
normalizedSpecifies whether integer data values should be normalized
The number of attributes referenced by this accessor
Specifies if the attribute is a scalar, vector, or matrix
Optional
maxMaximum value of each component in this attribute
Optional
minMinimum value of each component in this attribute
Optional
sparseSparse storage of attributes that deviate from their initialization value
A typed view into a bufferView. A bufferView contains raw binary data. An accessor provides a typed view into a bufferView or a subset of a bufferView similar to how WebGL's vertexAttribPointer() defines an attribute in a buffer