I have looked everywhere and tried to get the Blender export script working, but I seem to be completely unable to get the export to three.js functionality working. Everywhere I look refers to a certa…
The following code fails during the construction of btRigidBody:
``` javascript
var mesh = new Ammo.btTriangleMesh(true, true);
mesh.addTriangle(
new Ammo.btVector3(0, 0, 0),
new Ammo.btVecto…