kripken / ammo.js

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

Collision stops working after softbody deformation #416

Open whatisor opened 1 year ago

whatisor commented 1 year ago

I have a soft body that is anchored to a rigid body A, and it collides well with other rigid bodies. However, when I use the mouse to modify the position of rigid body A and deform the soft body, the deformed part of the soft body does not collide with other rigid bodies. It behaves as if the geometry or node data is not correct after deformation. I have created an online test where you can observe this behavior: http://3.93.241.206:8082/

Specifically, you will notice that the cookie object does not collide with the stretched part of the soft body that has been deformed using the mouse.

whatisor commented 1 year ago

Noticed that Non-convex is not supported, is it?