opensourceBIM / GltfSerializers

BIMserver that converts a model to binary glTF
17 stars 10 forks source link

GltfSerializers

This is mainly just a demo, but it might evolve into a useful glTF serializer with a bit more effort.

Note: This plugin only works with the (yet unreleased) version 1.5 of BIMserver

Implemented:

Update glTF 2.0 does not use an extension anymore but natively supports embedding all data in one binary file. This is now also implementen as the glTF 2.0 serializer in this plugin.

Usage

Using with CesiumJS

TODO