efl/legacy/ephysics/src/lib
Leandro Dorileo 3ecddb724a ephysics: softbody
** linear/angular joints:
We don't need the linear and angular joints for soft bodies.

Actually these joint's are pulling the soft body towards (0, 0, 0).
The soft body is anchored with the rigid one, so limiting the rigid body
angular and linear movements seems to be enough.

** soft body configs:
Some soft body configurations were tweaked to fix issues of instability
of soft bodies.

** soft body hardness API:
Soft body hardness API was introduced as well.

** points of deformation:
The points of deformation were inverted;

** soft body mass:
Fixed issues with soft body mass changing, now it doesn't "explode" after
changing its mass.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 76560
2012-09-12 21:49:14 +00:00
..
EPhysics.h ephysics: softbody 2012-09-12 21:49:14 +00:00
Makefile.am ephysics: missing include in dist 2012-08-27 09:38:07 +00:00
ephysics_body.cpp ephysics: softbody 2012-09-12 21:49:14 +00:00
ephysics_camera.cpp ephysics: fix unused vars and parameters 2012-09-04 22:42:28 +00:00
ephysics_constraints.cpp EPhysics: constraint recalc 2012-08-16 21:35:09 +00:00
ephysics_main.cpp EPhysics: properly initializes library 2012-07-05 22:53:28 +00:00
ephysics_private.h EPhysics: improve convex shapes 2012-08-22 20:05:25 +00:00
ephysics_shape.cpp ephysics: fix unused vars and parameters 2012-09-04 22:42:28 +00:00
ephysics_trimesh.h EPhysics: soft body implementation 2012-08-22 20:04:39 +00:00
ephysics_world.cpp ephysics: activate all bodies when one is deleted 2012-09-04 22:42:35 +00:00