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>;
}

Properties

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