API / geotoolkit3d / data / loader / GLTFLoader / GLTFLoader
loader.GLTFLoader.GLTFLoader
Type Aliases
Type Aliases
Ƭ ParseResult: Object
The result of the glTF parsing
| Name | Type | Description |
|---|---|---|
animations | [] | The animations in this glTF object. Currently unsuported. |
asset | AssetType | Metadata embedded in the glTF object. Contain the version of the glTF used. |
cameras | [] | The cameras in this glTF object. Currently unsuported. |
scene | Group | The main scene in this glTF object. |
scenes | Group[] | The scenes as THREE.js Group array, usually contains Object3D as children. |
userData | GLTFPropertyType["extras"] & { gltfExtensions: Record<string, object> } | Additional data, including gltfExtensions used by the object, as well as any properties stored in the original glTF object at glTF.extras. |