title Type – GLTFSparseData

type GLTFSparseData<T = any> =
GLTFObject<T> & {
  count: number,
  indices: GLTFSparseIndices<T>,
  values: GLTFSparseValues<T>,
}

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered