UNPKG

@xeokit/xeokit-sdk

Version:

3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision

10 lines (8 loc) 162 B
export declare type IFCObjectDefaults = { [key: string]: { colorize?: number[]; pickable?: boolean; visible?: boolean; opacity?: number } };