# CesiumLoader **Repository Path**: cofferlait/CesiumLoader ## Basic Information - **Project Name**: CesiumLoader - **Description**: A basic boundingbox loader to load models from BIMserver in CesiumJS - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CesiumLoader ## JSON format The returned JSON looks like this: ```json [ { "name": "Name of IFC entity", "guid": "GUID of IFC entity", "min": { "x": 1, "y": 1, "z": 1 }, "max": { "x": 5, "y": 6, "z": 3 } }, ... ] ```