kripken / ammo.js

Direct port of the Bullet physics engine to JavaScript using Emscripten
Other
4.18k stars 559 forks source link

Test suite failure on "TypeError: Ammo.btDefaultCollisionConfiguration is not a constructor" #279

Open kripken opened 5 years ago

kripken commented 5 years ago

Running python test.py hits that now.

Is anyone running into that in practice? Or is it a test suite bug?

alexkowel commented 4 years ago

Hi, it was actually a missing reference to initialized Ammo instance in the Hello World example. Fixed in cc076a5. Please review!