UNPKG

@inweb/viewer-three

Version:

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

11 lines (10 loc) 339 B
import { Color } from "three"; import { IComponent } from "@inweb/viewer-core"; import type { Viewer } from "../Viewer"; export declare class BackgroundComponent implements IComponent { protected viewer: Viewer; protected backgroundColor: Color; constructor(viewer: Viewer); dispose(): void; syncOptions: () => void; }