How can I have a custom default scene in the three.js editor?
问题 I'm trying to use the Three.js editor to have the population participate in the town planning process. For that, I would like the editor to load with a 3D Version of the town, without the user having to load it manually. Clicking on "New" should also load that default model again. I already copied the code on our server, it works. Which part of that code should I modify to do have the town model already loaded on startup? 回答1: The source code for the threejs editor is available here , you can