One binary file in glTF 2.0 format

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?

Please use the glTF 2.0 Display component of the ShapeDiver plugin in Grasshopper. All the geometry sent to the component will be compiled in a single glTF 2.0 asset also containing the materials.