UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

7 lines 435 B
import { SVGMesh } from '../../SVGMesh'; import { ViewEdge } from '../ViewEdge'; import { Viewmap } from '../Viewmap'; import { ViewVertex } from '../ViewVertex'; export declare function createChains(viewmap: Viewmap, maxChains?: number): void; export declare function nextChainEdge(currentEdge: ViewEdge, viewVertex: ViewVertex, remainingEdges: Set<ViewEdge>, obj: SVGMesh): ViewEdge | null; //# sourceMappingURL=createChains.d.ts.map