GLTFExtensions

.constructor(count: number) ⇒ GLTFExtensions 

ParamTypeDescription
countnumber

.mesh: Record<number, Record<string, any» 

Mesh extension objects. Key is the gltf index, value is JSON data indexed by extension name.

.node: Record<number, Record<string, any» 

Node extension objects. Key is a glTF index, value is JSON data indexed by extension name.

.objectCount: number 

.root: Record<string, any

glTF root extensions object. JSON data indexed by extension name.