threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
9 lines • 319 B
TypeScript
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=camera.d.ts.map