I am trying to create a situation where the camera is fixed and you can rotate the view around the y or axis by dragging your mouse.
Something similar to threejs.org/examples/?q=panorama#webgl_panorama_cube . But I should be able to manouvre within an object.
I tried using drei but could only succeed with PointLockControls and OrbitControls which are both not helpful since you cannot enable the cursor with PointLockControls and you cannot fix the camera position with orbit controls.
A small example in codesandbox would be super helpful. Thanks a lot!