I'm curious if it is possible to change the rotation center point from the screen center to the raycast hitpoint. So whenever the user clicks somewhere, the camera orbits around the cursor hit world position instead of the screen center.
I've stumbled across the ScreenDeph conversion type. But I'm not too sure how to use it, since the screen center position seems to be utilized for a lot of calculations internally.
Thanks