I have a complex 3D scene builded with Three JS and a lot of Javascript code. I need to export this scene as one file and then use it on my site with a simple ThreeJS scene player.
I have tried ObjectExporter and SceneExporter. But still can not understand how to load this data back into ThreeJS environment.
What is the right way to do this?