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
Hello, I use the Physi.js library for Three.js, the library has not been updated for a while now, I changed the old Ammo into Ammo() in the physijs_worker.js, I use the WASM version of Ammo.js, I get an error that seems to come from Ammo: (from ammo.wasm.js:326 at the apply call)
Uncaught TypeError: Cannot read property 'apply' of undefined
at Ammo.b._emscripten_bind_btVector3_btVector3_3 (ammo.wasm.js:formatted:3597)
at Object.n [as btVector3] (ammo.wasm.js:formatted:4893)
at Object.public_functions.init (physijs_worker.js:246)
at self.onmessage (physijs_worker.js:1412)
How can i solve this problem? Thank you
The text was updated successfully, but these errors were encountered:
Hello, I use the Physi.js library for Three.js, the library has not been updated for a while now, I changed the old
Ammo
intoAmmo()
in the physijs_worker.js, I use the WASM version of Ammo.js, I get an error that seems to come from Ammo: (from ammo.wasm.js:326 at theapply
call)How can i solve this problem? Thank you
The text was updated successfully, but these errors were encountered: