UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

11 lines 441 B
import { Viewmap } from '../Viewmap'; import { TriIntersectionInfo } from './meshIntersectionCb'; export declare class MeshIntersectionInfo { details: TriIntersectionInfo[]; nbTests: number; nbIntersections: number; nbMeshesTested: number; nbEdgesAdded: number; } export declare function computeMeshIntersections(viewmap: Viewmap, info?: MeshIntersectionInfo): void; //# sourceMappingURL=computeMeshIntersections.d.ts.map