web-ifc-three
Version:
This library is the implementation of [web-ifc](https://github.com/tomvandig/web-ifc) for [THREE.js](https://github.com/mrdoob/three.js/). This is the official IFCLoader of Three.js.
10 lines (9 loc) • 370 B
TypeScript
import { BufferGeometry } from 'three';
export declare class BvhManager {
private computeBoundsTree?;
private disposeBoundsTree?;
private acceleratedRaycast?;
initializeMeshBVH(computeBoundsTree: any, disposeBoundsTree: any, acceleratedRaycast: any): void;
applyThreeMeshBVH(geometry: BufferGeometry): void;
private setupThreeMeshBVH;
}