Cristian Sandu
Cristian Sandu
Hello, I need btCompoundShape::updateChildTransform() I added it myself to ammo.idl, I built it but the tests don't run, seems like there is an issue with how tests are run. Do...
@mast4461 it seems there already is one, huh: https://github.com/kripken/ammo.js/blob/master/docker-compose.yml
I have this too, I get: ammo.js:320 uncaught exception: abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 67108864, (2) compile with...
But if I do that, it will keep growing and kill all my RAM eventually :)
Possible fix: https://github.com/kripken/ammo.js/pull/275
ammo.js itself has no documentation, you have to refer to bullet engine documentation and figure out how this would look in javascript(have a look at examples around the net for...
I tried compiling this myself and it seems it's quite different from the older releases. They are using their own precompiled tool called `pineapd` now which might have some detections...
Have you tried running `make all` in the root folder? Though all should be the default target anyway. Make sure you are running this in the folder where the file...
Try tunning it from cmd.exe and see if you get any errors there.