Simplify soft body initialization and solver

Thanks Open Tissue!!
This commit is contained in:
Irlan
2019-05-21 20:36:46 -03:00
parent e1b5e615e3
commit e28fd2e07f
3 changed files with 91 additions and 510 deletions

View File

@ -42,8 +42,8 @@ struct b3SoftBodyRayCastSingleOutput
// Soft body tetrahedron element
struct b3SoftBodyElement
{
float32 invP[16];
b3Mat33 K[16];
b3Mat33 invE;
b3Quat q;
};