title Type – GLTFSparseIndices

type GLTFSparseIndices<T = any> =
GLTFObject<T> & {
  bufferView: number,
  componentType: number,
  byteOffset?: number,
}

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered