threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
9 lines • 390 B
TypeScript
import { GLTFParser } from 'three/examples/jsm/loaders/GLTFLoader';
export declare const khrMaterialsVariantsGLTF = "KHR_materials_variants";
export declare class GLTFMaterialsVariantsExtensionImport {
parser: GLTFParser;
name: string;
constructor(parser: GLTFParser);
afterRoot(gltf: any): Promise<void>;
}
//# sourceMappingURL=GLTFMaterialsVariantsExtensionImport.d.ts.map