UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

9 lines 341 B
import { Box3B } from '../math/Box3B'; import { ICamera } from '../../core'; /** * Find distance of camera at which the camera's fov fits the given bounding box dimensions * @param cam * @param box */ export declare function getFittingDistance(cam: ICamera, box: Box3B): number; //# sourceMappingURL=../../src/three/utils/camera.d.ts.map