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?
SceneExporter does not export the scene objects that are loaded through JSON ObjectExporter can't exports texture
link scripts
save json to file ext .json Library taken from https://github.com/mrdoob/three.js/tree/master/examples/js/exporters Loader taken from https://github.com/mrdoob/three.js/tree/master/editor default import in editor menu->file->import I'm working on that to add the ability to export texture