Debugging gLTF models with react-three-fiber
November 6, 2024Just a quick tip for quickly finding node names, material names, etc. in a glTF model.
I use this quite frequently when debugging models, especially third-party ones I haven't made myself.
Tip: You can also use gltfjsx to transform the glTF into a React component.