-
Notifications
You must be signed in to change notification settings - Fork 294
Creating Files for Offline BIM
xeolabs edited this page Jan 21, 2019
·
31 revisions
We'll use IFC models from the Schependomlaan dataset, which is pretty much the BIM equivalent of the "Utah Teapot".
We'll use these CLI tools to transform IFC into glTF:
- ifcConvert to convert IFC files to DAE
- COLLADA2GLTF to convert DAE to glTF
We'll assume that these are installed relative to the current working directory.
./IfcConvert --use-element-guids schependomlaan.ifc schependomlaan.dae
./COLLADA2GLTF/build/COLLADA2GLTF-bin -i schependomlaan.dae -o schependomlaan.gltf
[Work in progress...]