UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

3 lines 174 B
import { Box2, Camera, Object3D } from 'three'; export declare function computeScreenSpaceBoundingBox(obj: Object3D, camera: Camera): Box2; //# sourceMappingURL=bbox.d.ts.map