UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

4 lines 200 B
import { Face } from '../core/Face'; import { HalfedgeDS } from '../core/HalfedgeDS'; export declare function removeFace(struct: HalfedgeDS, face: Face): void; //# sourceMappingURL=removeFace.d.ts.map