type GLTF<T = any> = GLTFRaw<T> & { data: { arrays: TypedArray[], formats: UniformType[], }, bound?: { storage: StorageSource[], texture: TextureSource[], }, }
packages / gltf / src / types.ts