python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Run React's useEffect at random intervals
I am new to React and ThreeJs. I am using react-three-fiber to animate a 3d model.
I have generated a React component that uses `useEffect to trigger some animations.
This code runs in an infinite loo...

Joe Fusaro
Votes: 0
Answers: 1
Properly destroying a 3D object (React Three Fiber), its meshes, animations and all
How do I destroy the whole three object, along with its animation and all
I have a glb file (created with Blender and exported to gltf 2.0)
Then I mount it to react with (and react Three Fiber)
const ...

Rafael
Votes: 0
Answers: 2
Using lookAt in @react-three/fiber
I am trying learn how to use three js with react.For this purpose I am using @react-three/fiber and @react-three/drei.
This project by chriscourses was what I used to learn three js and I hope to use ...

Muljayan
Votes: 0
Answers: 2
How to get OrbitControls ref
I am trying to access OrbitControls ref as follow:
const controlsRef = useRef<any>();
return (
<>
<Canvas
camera={{
position: [0, 0, 100],
up: [...
beewest
Votes: 0
Answers: 1