Soft Body Large Deformation

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
Post Reply
apapaxionga
Posts: 19
Joined: Mon Jul 14, 2014 9:05 pm

Soft Body Large Deformation

Post by apapaxionga »

How to simulate large deformation in Bullet?

Bullet uses shape matching algorithm to control the deformation of volumetric model. Just like this:
pSoftBody->m_cfg.kMT=1;

However, this can not handle the deformation of long bar. Artefacts are obvious when fix one side of the bar, and rotate the other side.

How to add more cluster to shape matching as mentioned in paper "Meshless Deformations Based on Shape Matching" to simulate large deformation?
Post Reply