python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I dolly or zoom using React three fiber or threejs?
I have a react-three-fiber app and I'm using OrbitControls as my camera controls.
I want to use buttons on screen to manually zoom in/zoom out but I can't get my code to work.
I want these buttons to ...
coder3210
Votes: 0
Answers: 1
Updating OrbitControls rotation when camera is rotated
I'm using @react-three/fiber and I'm implementing first person controls (WASD & cursor keys) with addition of OrbitControls to navigate a scene. I'm pretty much cloning PointerLockControls and I'v...
karl
Votes: 0
Answers: 1
cannot use/import GLTFLoader and OrbitControls from threejs in my project
Hello so I am trying to build a simple threeJs project. I want to load a 3dModel with GLTFLoader but I cannot import it. Then I have tried to import OrbitControls and I got the same error.
I need a li...
ispasDani
Votes: 0
Answers: 1
Three JS: OrbitControls the pixel of picture jumps when dragging
I recently started to deal with 3d, I want to move around the scene, but when dragging, I see how the pixels in the pictures start jumping before the camera stops moving. This is clearly the wrong job...
Denis Kobelev
Votes: 0
Answers: 1