Replies: 1 comment
-
I'm trying to create something similar to https://threejs.org/examples/?q=panorama#webgl_panorama_cube. But I should be able to manouvre within an object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create a situation where the camera is fixed and you can rotate the view by dragging your mouse. The object I'm working with is a room and I want to be able to look around while keeping the cursor enabled.
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!
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions