UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

11 lines 389 B
import { Vector3 } from '../../../../threepipe'; import { Viewmap } from '../Viewmap'; import { ViewVertex } from '../ViewVertex'; /** * Creates a ViewVertex at the given position if no one already exist * @param viewmap * @param pos3d * @returns */ export declare function createViewVertex(viewmap: Viewmap, pos3d: Vector3): ViewVertex; //# sourceMappingURL=createViewVertex.d.ts.map