API / ParseResult ParseResult GLTFLoader.ParseResult exported from @manycore/aholo-viewer. GLTFLoader Interface interface ParseResult { source: GLTF; scene: Object3D; scenes: Object3D[]; animations: Animation[]; skeletons: Map<ISkeleton, SkinnedMesh<Material, Texture2D>[]>; componentMap: Map<Object3D, Object3D>;}Propertiessourcesource: GLTFscenescene: Object3Dscenesscenes: Object3D[]animationsanimations: Animation[]skeletonsskeletons: Map<ISkeleton, SkinnedMesh<Material, Texture2D>[]>componentMapcomponentMap: Map<Object3D, Object3D> ← LoaderConfig loadGLTF →