We value your privacy. We use cookies to enhance your experience on our site. By using this site you agree to our Privacy Policy.

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.