It would be nice to be able to click on a model and drag it around directly.
Why?
Right now the only way to move a model is to 'right-click' and immediately update the model's location. Having the ability to click and drag a model will allow for fine-tune positioning and be more user friendly when moving a model short distances.
Solution(s)
Currently all models are loaded into their own scene, and there is no raycasting implemented. This could be a tricky task.
Check out this article about raycasting and moving models with the mouse and three.js
The Feature
It would be nice to be able to click on a model and drag it around directly.
Why?
Right now the only way to move a model is to 'right-click' and immediately update the model's location. Having the ability to click and drag a model will allow for fine-tune positioning and be more user friendly when moving a model short distances.
Solution(s)
Currently all models are loaded into their own scene, and there is no raycasting implemented. This could be a tricky task. Check out this article about raycasting and moving models with the mouse and three.js