Is there a way to replicate the movement of Three.js OrbitControl without having to click and drag, instead just having the camera follow mouse movement?
I attempted to recreate it on my own, but found it to be too complex due to the camera moving on three axes, rather than just two. I'm sure someone has already solved this problem before.
My goal is for the camera to orbit around the scene origin while maintaining the same distance from it.