title Type – GLTFMeshData

type GLTFMeshData<T = any> =
GLTFObject<T> & {
  primitives: GLTFPrimitiveData<T>[],
  weights?: Float32Array,
}

///////////////////////////////////////////////

Source

packages / gltf / src / types.ts

Sections
Source  
menu
format_list_numbered