UNPKG

@ulb-darmstadt/photogrammetry-viewer

Version:

```console npm i photogrammetry-viewer ``` This library provides an HTML web component that displays photogrammetric data. The component consists of a combined 3D and 2D viewer. For each view of the 3D model, the 2D image closest to the view is loaded. Fo

8 lines (7 loc) 253 B
import { LitElement } from 'lit'; export declare class PVMenu extends LitElement { isColumnMode: boolean; render(): import('lit-html').TemplateResult<1>; _handleSlotChange(e: CustomEvent): void; static styles: import('lit').CSSResult; }