Skip to content

opensourceBIM/CesiumLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published