Hello!
I hope that this is the correct forum to post my question.
I have wrote an exporter using maxscript. Everything works well so far except that I don’t know how to send the created gltf file in the Babylon Sandbox. Is this is the info that I need: .glTF File Loader Plugin | Babylon.js Documentation
Or there is a direct maxscript command that can be used?
If i correctly understand the question, you made a script it call the exporter and wish to run the result into BabylonJS Sandbox automatically.
Actually, at the end of the export script, to run the created file (either babylon, gltf or glb) we are setting up a local webserver in the .net script at this line. I’m not aware of a way to do it using solely max script.