All Projects → opensourceBIM → CesiumLoader

opensourceBIM / CesiumLoader

Licence: other
A basic boundingbox loader to load models from BIMserver in CesiumJS

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

CesiumLoader

JSON format

The returned JSON looks like this:

[
  {
    "name": "Name of IFC entity",
    "guid": "GUID of IFC entity",
    "min": {
      "x": 1,
      "y": 1,
      "z": 1
    },
    "max": {
      "x": 5,
      "y": 6,
      "z": 3
    }
  },
  ...
]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].