Babylonjs Editor export without textures

I am using the babylonjs editor to make a scene for a 3d multiplayer game. The server needs a copy of the scene that only has the shapes. How can I export the scene without any textures or materials?

Pinging @julien-moreau

Hey @trigangle!
That’s not possible at the moment but I’m adding the option right now. Are you using the Editor v4?

Yes, I am using the v4 editor. I am also wondering if this is possible using a gltf.

Hey @trigangle, just added the way to export geometries only. This is avaialble only in .babylon format at the moment.
Do you mean that you’de like to load the shapes in server side using gltf format? If yes, why .babylon format doesn’t fits your needs?