How to zoom in where the mouse pointer is with the help of orbit controls

Hello Three js Team, I am looking for a way to zoom in to where the cursor pointer is by default it is doing to the center by default so is there any way or method to quickly achieve it or i need to do the change in the orbitControls lib only.

Please can any one quickly help me with this…

Thanks
Alex

What you are asking for is not within the realm of possibilities, since even if you calculate mouse position, OrbitControls always reset the camera to look at the center of the screen.

Maybe TrackballControls will help.