gltf2loader v0.1.1 (2020-01-03T15:43:29Z)
Dub
Repo
glTF2Accessor.minMaxArray
glTF2Loader
glTF2Accessor
Undocumented in source.
struct
glTF2Accessor
union
minMaxArray {
int
[]
i
;
float
[]
f
;
}
Members
Variables
f
float
[]
f
;
Undocumented in source.
i
int
[]
i
;
Undocumented in source.
Meta
Source
See Implementation
glTF2Loader
glTF2Accessor
enums
ComponentType
Type
structs
Indices
Sparse
Values
unions
minMaxArray
variables
bufferView
byteOffset
componentType
count
max
min
name
normalized
sparse
type