Hi all,
I am working with THREE JS, and one of the big problem with it, was to find a solutoin to “How to rotate object with mouse”. I know there is “OrbitControl” but it moves the camera instead of specific objects. I found also some repositories from other people but it will add another not maintained dependency.
I did a custom solution and i would like to do an PR for threejs to add a new control like “OrbitControl” but named “ObjectControl” or “MeshControl”. What do you think about it? And do you know if there is any requirements for the PR?
Thanks