chandlerprall / Physijs

Physics plugin for Three.js
MIT License
2.77k stars 455 forks source link

Ammo.allocate is not a function #294

Closed eezy0 closed 2 years ago

eezy0 commented 7 years ago

Physijs_worker.js has encountered an error.

var ptr = Ammo.allocate(4 description.xpts description.ypts, "float", Ammo.ALLOC_NORMAL);

But ammo.js worked well in older versions.