UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

9 lines 421 B
import { FBXLoader } from 'three/examples/jsm/loaders/FBXLoader.js'; import { Group } from 'three'; /** * Extended FBXLoader that sets the default image from AssetImporter (for invalid/missing textures) */ export declare class FBXLoader2 extends FBXLoader { loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<Group>; } //# sourceMappingURL=../../src/assetmanager/import/FBXLoader2.d.ts.map