opensourceBIM / BIMsurfer-before2019

This is the repository of the v1 and v2 version of BIM Surfer. It is not maintained anymore. Find the most recent version on https://github.com/opensourceBIM/BIMsurfer
MIT License
432 stars 195 forks source link

BIMSurfer without BIM Server #187

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is there any way I can use BIMSurfer without BIMServer for displaying 3d bim models? I want to create a simple and generic server and use it instead of BimServer.

Thanks.

aothms commented 7 years ago

The new version of the BimSurfer, i.e. the current master branch, has support for loading glTF models. You can get glTF models for example by using IfcConvert [1] to convert to Collada and then use the official collada2gltf converter [2].

[1] http://ifcopenshell.org/ifcconvert.html [2] https://github.com/KhronosGroup/COLLADA2GLTF/wiki