efl/legacy/ephysics/src/bin
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
..
Makefile.am EPhysics: keep tests in alphabetical order 2012-08-22 20:04:51 +00:00
ephysics_logo.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
ephysics_test.h EPhysics: camera test improved 2012-08-10 21:02:39 +00:00
test.c EPhysics: keep tests in alphabetical order 2012-08-22 20:04:51 +00:00
test_bouncing_ball.c EPhysics: fix tests using vertical impulse 2012-08-22 20:05:30 +00:00
test_bouncing_text.c EPhysics: don't show background box on camera tests 2012-08-10 21:02:25 +00:00
test_camera.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_camera_track.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_colliding_balls.c EPhysics: don't show background box on camera tests 2012-08-10 21:02:25 +00:00
test_collision_detection.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_collision_filter.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_collision_speed.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_constraint.c EPhysics: don't show background box on camera tests 2012-08-10 21:02:25 +00:00
test_delete.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_falling_letters.c EPhysics: don't show background box on camera tests 2012-08-10 21:02:25 +00:00
test_forces.c EPhysics: add test for forces API 2012-08-20 22:17:11 +00:00
test_growing_balls.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_jumping_balls.c EPhysics: fix tests using vertical impulse 2012-08-22 20:05:30 +00:00
test_no_gravity.c EPhysics: fix old bug on velocity setter 2012-08-16 21:35:31 +00:00
test_rotate.c EPhysics: don't show background box on camera tests 2012-08-10 21:02:25 +00:00
test_rotating_forever.c EPhysics: test torque forces 2012-08-20 22:16:02 +00:00
test_shapes.c EPhysics: improve convex shapes 2012-08-22 20:05:25 +00:00
test_sleeping_threshold.c EPhysics: fix sleeping threshold getter 2012-08-10 21:03:57 +00:00
test_slider.c EPhysics: fix ephysics central impulse unit and 2012-08-20 22:12:14 +00:00
test_soft_body.c ephysics: softbody 2012-09-12 21:49:14 +00:00
test_velocity.c EPhysics: fix tests using vertical impulse 2012-08-22 20:05:30 +00:00
test_win_resize.c EPhysics: implement body move(), resize() 2012-08-20 22:10:52 +00:00