Appearance
@tmrw-realityos/charm • Docs
@tmrw-realityos/charm / Accessor
Interface: Accessor
A typed view into a buffer view that contains raw binary data.
Indexable
[k: string]: any
Properties
bufferView?
optionalbufferView:number
The index of the bufferView.
Defined in
packages/charm/src/fileFormats/GLTF.ts:66
byteOffset?
optionalbyteOffset:number
The offset relative to the start of the buffer view in bytes.
Defined in
packages/charm/src/fileFormats/GLTF.ts:70
componentType
componentType:
number
The datatype of the accessor's components.
Defined in
packages/charm/src/fileFormats/GLTF.ts:74
count
count:
number
The number of elements referenced by this accessor.
Defined in
packages/charm/src/fileFormats/GLTF.ts:82
extensions?
optionalextensions:any
Defined in
packages/charm/src/fileFormats/GLTF.ts:100
extras?
optionalextras:any
Defined in
packages/charm/src/fileFormats/GLTF.ts:101
max?
optionalmax:number[]
Maximum value of each component in this accessor.
Defined in
packages/charm/src/fileFormats/GLTF.ts:90
min?
optionalmin:number[]
Minimum value of each component in this accessor.
Defined in
packages/charm/src/fileFormats/GLTF.ts:94
name?
optionalname:any
Defined in
packages/charm/src/fileFormats/GLTF.ts:99
normalized?
optionalnormalized:boolean
Specifies whether integer data values are normalized before usage.
Defined in
packages/charm/src/fileFormats/GLTF.ts:78
sparse?
optionalsparse:AccessorSparse
Sparse storage of elements that deviate from their initialization value.
Defined in
packages/charm/src/fileFormats/GLTF.ts:98
type
type:
any
Specifies if the accessor's elements are scalars, vectors, or matrices.