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 393 B
import { GLTFParser } from 'three/examples/jsm/loaders/GLTFLoader.js'; 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