While I appreciate the orbit controls that come with Three.js, I am wondering if there is a way to customize them to follow the path of an ellipse (or technically an ellipsoid) instead of a circle.
My main goal is to move the camera in an ellipse using the mouse, without the need for zooming or panning.
If there is a more straightforward approach to achieve this without using orbitControls, I am open to exploring that option as well.