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.
13 lines • 637 B
TypeScript
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=../../../src/plugins/extras/helpers/GLTFMaterialsVariantsExtensionExport.d.ts.map