UNPKG

@inweb/viewer-three

Version:

JavaScript library for rendering CAD and BIM files in a browser using Three.js

11 lines (10 loc) 329 B
import { IComponent } from "@inweb/viewer-core"; import type { Viewer } from "../Viewer"; export declare class ResetComponent implements IComponent { private viewer; private savedCameraPosition; constructor(viewer: Viewer); dispose(): void; onDatabaseChunk: () => void; resetCameraPosition: () => void; }