UNPKG

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.

7 lines (6 loc) 175 B
import { IfcState } from '../BaseDefinitions'; export declare class MemoryCleaner { private state; constructor(state: IfcState); dispose(): Promise<void>; }