UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

11 lines 440 B
import { ColorRepresentation } from '../../../../threepipe'; import { Viewmap } from '../Viewmap'; export interface AssignPolygonOptions { defaultMeshColor: ColorRepresentation; } export declare class AssignPolygonInfo { assigned: number; nonAssigned: number; } export declare function assignPolygons(viewmap: Viewmap, options?: AssignPolygonOptions, info?: AssignPolygonInfo): void; //# sourceMappingURL=assignPolygons.d.ts.map