Tell me, is it possible to add code in the editor so that the whole scene spins with the help of a mouse movement?
I am not familiar with javascript, but I can upload the model to the editor.
when exporting to the web, the model is static, I can’t rotate or zoom it
I found the TrackballControls method, but I don’t know how to apply it in the editor
It’s unfortunately not possible to add additional controls to the editor’s scene. However, you can arbitrarily modify the exported project source code but it requires basic JavaScript and three.js knowledge.
Adding an existing control class like TrackballControls is probably easier than implement camera controls from scratch with the editor’s script feature.