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 is required, so we switch to requestAnimationLoop for WebXRManager to work. This is currently unsupported by WebGPURenderer in three.js mrdoob/three.js#28968. I did relax this check on v8 nearly two years ago in #2947, but never picked it into v9. The next release candidate will contain this fix.
As of Three r173, there is no gl.xr.addEventListener is not a function error anymore. gl={canvas => new WebGPURenderer({ canvas })} works fine.
Feel free to close if there is nothing else to do on R3F's end!
With R3F v9.0.0-rc.1 and r171, there is a
TypeError: gl.xr.addEventListener is not a function
error:Reproduction:
git clone [email protected]:verekia/three-gpu-ecosystem-tests.git
cd three-gpu-ecosystem-tests
cd next15-app-r3f9-react19
npm i --legacy-peer-deps
In
next15-app-r3f9-react19/app/page.js
, comment out the workaround:npm run dev
The text was updated successfully, but these errors were encountered: