Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFAccessor
Interface GLTFAccessor
interface
GLTFAccessor
{
bufferView
?:
GLTFIndex
;
byteOffset
?:
number
;
byteStride
?:
number
;
componentType
:
GLTFComponentType
;
count
:
number
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
max
?:
readonly
number
[]
;
min
?:
readonly
number
[]
;
name
?:
string
;
normalized
?:
boolean
;
sparse
?:
GLTFSparseAccessor
;
type
:
GLTFAccessorType
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFAccessor
Index
Properties
buffer
View?
byte
Offset?
byte
Stride?
component
Type
count
extensions?
extras?
max?
min?
name?
normalized?
sparse?
type
Properties
Optional
buffer
View
bufferView
?:
GLTFIndex
Optional
byte
Offset
byteOffset
?:
number
Optional
byte
Stride
byteStride
?:
number
glTF 1.0 stored stride on the accessor rather than its buffer view.
component
Type
componentType
:
GLTFComponentType
count
count
:
number
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
max
max
?:
readonly
number
[]
Optional
min
min
?:
readonly
number
[]
Optional
name
name
?:
string
Optional
normalized
normalized
?:
boolean
Optional
sparse
sparse
?:
GLTFSparseAccessor
type
type
:
GLTFAccessorType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
View
byte
Offset
byte
Stride
component
Type
count
extensions
extras
max
min
name
normalized
sparse
type
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...
glTF 1.0 stored stride on the accessor rather than its buffer view.