python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to always look at the same object in react-three/fiber?
I have a 3D model which includes a building. The problem is when I load the model the camera always looks at the yellow marked point[given image]. When I zoom in and out, rotate the model everything i...
Tanjil Hossain
Votes: 0
Answers: 2
How to get control over skeleton of a GLB model in THREE.JS?
I have generated an avatar, In glb format. But when I render the same the hands are stretched out. The model has a skeleton. But how do I get access to the skeleton such that I can bring its hands dow...
Aravind Jaimon
Votes: 0
Answers: 1
How do I properly use drei useGLTF
I think I'm following the react-three docs and many other examples, but cannot get drei useGLTF to work as others have.
I have a simple, from-scratch, Next|React|react-three/fiber project. I'm simply ...

Bill O
Votes: 0
Answers: 2
anmated.mesh is not working in react-three-fiber
I tried to make meshes interact with on click using react-spring and when I build this onclick function I got this error
type is invalid -- expected a string (for built-in components) or a class/func...
Azr.em
Votes: 0
Answers: 1