How to do a PR request and requirements?

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

I don’t think it is appropriate to add such a specific control to the repository.

In most cases, it’s best to put your custom code into a separate repository (similar to camera-controls). If a library gets more significant over time, a so called external example can be added to the official examples list.