phishing Hook – useGLTFGeometry

const useGLTFGeometry: (
  gltf: GLTF,
  primitive: GLTFPrimitiveData,
  transform?: mat4,
  options?: GLTFOptions,
) => {
  count: number,
  attributes: Record<string, TypedArray>,
  formats: Record<string, UniformType>,
  archetype: number,
  unwelded: { tangents: boolean } | undefined,
  side: string,
}

Source

packages / gltf / src / gltf-geometry.ts

Sections
Source  
menu
format_list_numbered