UNPKG

@ecogis/gis-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.

11 lines (10 loc) 329 B
import { MeshLambertMaterial } from 'three'; export declare class SerializedMaterial { color: number[]; opacity: number; transparent: boolean; constructor(material: MeshLambertMaterial); } export declare class MaterialReconstructor { static new(material: SerializedMaterial): MeshLambertMaterial; }