Is there a way to let the page visitor export a scene to a standard format like .gltf?
My use case is the following:
some internet user opens my site
that user creates a simple 3D scene on the page using some predefined objects
he then wants to save the scene to some standard file format
I can only see the SceneSerializer in the docs but it converts to a proprietary format.
The only docs about exporting are for the BabylonJS editor. So I guess it can be done but maybe it’s not been made into a library for anyone to use via code?