You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this one works fines
<primitive object={scene} />
// this one doesn't work
{/* <Avatar /> */}
Versions before 6.2.12 work fine (tested from 6.2.11 to 6.2.3).
I'm pretty new with this 3D stuff, but with some directions maybe I can investigate and send a PR.
The text was updated successfully, but these errors were encountered:
I'm learning R3F and when I tried to convert a
.glb
model from readyplayer.me using this tool, I'm getting this infinite loop on the browser:Reproduction repo
https://github.com/RuanAzevedo/gltfjsx-bug-repro
Checkout the file https://github.com/RuanAzevedo/gltfjsx-bug-repro/blob/main/src/components/Experience.jsx for the following code:
Versions before
6.2.12
work fine (tested from 6.2.11 to 6.2.3).I'm pretty new with this 3D stuff, but with some directions maybe I can investigate and send a PR.
The text was updated successfully, but these errors were encountered: