I was wondering, is the code behind https://cesiumjs.org/convertmodel.html available somewhere?
I have found this: https://github.com/KhronosGroup/glTF/wiki/converter, but I don’t think it has support for binary glTF.
I was wondering, is the code behind https://cesiumjs.org/convertmodel.html available somewhere?
I have found this: https://github.com/KhronosGroup/glTF/wiki/converter, but I don’t think it has support for binary glTF.
Hi Piero,
For a glTF to binary glTF converter, you could try: https://github.com/Qantas94Heavy/binary-gltf-utils
We will also add glTF to binary glTF conversion to the glTF pipeline in the next few months: https://github.com/AnalyticalGraphicsInc/gltf-pipeline
In general, we keep track of all the glTF tools here: https://github.com/KhronosGroup/glTF#gltf-tools
Patrick
Thanks Patrick!