UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

18 lines 553 B
import type GUI from 'lil-gui'; import { Color } from 'three'; import type Instance from '../core/Instance'; import Panel from './Panel'; export default class DrawToolPanel extends Panel { private readonly _shapes; private _drawTool?; color: Color; get pendingColor(): Color; constructor(parent: GUI, instance: Instance); private onShapeFinished; private createDrawToolIfNecessary; createSegment(): void; createPoint(): void; createPolygon(): void; clear(): void; } //# sourceMappingURL=DrawToolPanel.d.ts.map