ParseResult

GLTFLoader.ParseResult exported from @manycore/aholo-viewer.

GLTFLoaderInterface
interface ParseResult {
source: GLTF;
scene: Object3D;
scenes: Object3D[];
animations: Animation_2_2[];
skeletons: Map<ISkeleton, SkinnedMesh<Material, Texture2D>[]>;
componentMap: Map<Object3D, Object3D>;
}

Properties

source: GLTF
scene: Object3D
scenes: Object3D[]
animations: Animation_2_2[]
skeletons: Map<ISkeleton, SkinnedMesh<Material, Texture2D>[]>
componentMap: Map<Object3D, Object3D>