UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

13 lines 601 B
import { Mesh, Object3D } from 'three'; import { GLTFWriter2 } from '../../../assetmanager'; export declare class GLTFExporterMaterialsVariantsExtensionExport { writer: GLTFWriter2; name: string; variantNames: string[]; constructor(writer: GLTFWriter2); beforeParse(objects: Object3D[]): void; writeMesh(mesh: Mesh, meshDef: any): void; afterParse(_input: any): void; } export declare function gltfExporterMaterialsVariantsExtensionExport(writer: GLTFWriter2): GLTFExporterMaterialsVariantsExtensionExport; //# sourceMappingURL=GLTFMaterialsVariantsExtensionExport.d.ts.map