Hi,
Right now we generate 3d model and in the session response I find many glb files in gLTF 1.0 format. Basically each file defines a different node of our 3d model. Materials come in separate files too and I need to lookup by ids to match material with the geometry.
I would like to get one binary glb file (gLTF 2.0 format) which contains geometries, transformations, materials for every node which create my final 3d model. Is it possible?