Hey, Babylon Professors!
I have *.babylon file exported from Blender. Whole scene with objects, lights, materials.
I need to replace whole scene many times in my SPA with several different scenes. And also I need to change a lot of materials before reloading. And default behavior of SceneLoader.Load is making GET request to server with given path of the file. Is it possible to Load scene not from file on the server, but from my Javascript object (JSON) from browser?
Source code for Babylon SceneLoader.Load function is too complicated for me to change it in right way.