EPhysics: add cloth support
authorLeandro Dorileo <dorileo@profusion.mobi>
Thu, 4 Oct 2012 22:40:16 +0000 (22:40 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Thu, 4 Oct 2012 22:40:16 +0000 (22:40 +0000)
commit252643a33b65af308f3084ddc407459221e96677
tree279e243b0dd91f133c020878033791f3053c74a6
parent1cb8f6fc0ca74194d673813183b188db61685467
EPhysics: add cloth support

This patch introduces the cloth support. Auxiliary API's for setting
full anchors, cloth nodes anchors and so on is also introduced. Few
other issues concerning soft body and cloth transform, has been worked
to fit the cloth support needs.

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

SVN revision: 77467
13 files changed:
legacy/ephysics/data/themes/Makefile.am
legacy/ephysics/data/themes/ephysics_test.edc
legacy/ephysics/data/themes/images/brown-pole.png [new file with mode: 0644]
legacy/ephysics/data/themes/images/green-flag.png [new file with mode: 0644]
legacy/ephysics/data/themes/others.edc [new file with mode: 0644]
legacy/ephysics/src/bin/Makefile.am
legacy/ephysics/src/bin/test.c
legacy/ephysics/src/bin/test_flag.c [new file with mode: 0644]
legacy/ephysics/src/lib/EPhysics.h
legacy/ephysics/src/lib/ephysics_body.cpp
legacy/ephysics/src/lib/ephysics_constraints.cpp
legacy/ephysics/src/lib/ephysics_private.h
legacy/ephysics/src/lib/ephysics_world.cpp