vinson1101 / CesiumLoader

A basic boundingbox loader to load models from BIMserver in CesiumJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    }
  },
  ...
]

About

A basic boundingbox loader to load models from BIMserver in CesiumJS


Languages

Language:JavaScript 50.1%Language:Java 49.8%Language:HTML 0.1%