title Type – GLTF

type GLTF<T = any> =
GLTFRaw<T> & {
  data: {
    arrays: TypedArray[],
    formats: UniformType[],
  },
  bound?: {
    storage: StorageSource[],
    texture: TextureSource[],
  },
}

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered