UNPKG

@inweb/viewer-three

Version:

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

4 lines (3 loc) 200 B
import type { Model, File, Assembly } from "@inweb/client"; import type { Viewer } from "../Viewer"; export declare function applyModelTransform(viewer: Viewer, model: Model | File | Assembly): void;