Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I’m building a 3D website in React Three Fiber, Three.js, and @react-three/drei. The scene is a 3d circular monument with 4 wall-mounted objects spread evenly around the monument: Mirror, ATM, Statue, ...
Vinraj's user avatar
  • 141
0 votes
1 answer
96 views

In the camera-controls source code, there is an example of a view offset. How can this be implemented using the CameraControls wrapped in '@react-three/drei'? let offsetUpdated = false; const ...
leon's user avatar
  • 127
1 vote
2 answers
545 views

Is there any way to disable/enable only the rotation, pan, zoom options in Camera Controls. In that, the enabled option sets enabled or disables all controls. But I need to specify the options like ...
zenhanu's user avatar
  • 31