8000 threejs-journey/10 Debug UI/react-three-fiber at main · algoritmau/threejs-journey · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

react-three-fiber

10 Debug UI

I'm using dat.gui to create a debug UI. It's a great tool for quickly creating a UI for tweaking variables.

I used useEffect to handle the creation of the GUI instance. I also used useRef to store the GUI instance so I can access it later.

0