GLTF to GLB

Is it possible to take a gltf model and convert it to glb? I ask because I’m trying to add a couple properties manually to a gltf for translation and rotation but can’t seem to add these properties to the collada model before conversion to glb.

Hi Kevin,

There’s no off-the-shelf tool to do this, but I would really like to see one emerge in the next few months (see here). It would not be much work to write a tool in Node.js to do this. Let me know if you do.

Patrick