Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Dilly ea31a552ef EPhysics: add linear slop setter / getter for world
Constraint solver can be configured using some advanced settings, like
the solver slop factor.

Linear slop on sequencial impulse constraint solver is used as a factor
for penetration. The penetration will the manifold distance + linear slop.



SVN revision: 73066
2012-06-29 22:24:33 +00:00
Bruno Dilly 05988c9feb EPhysics: remove annoying tick dbg msg
SVN revision: 73065
2012-06-29 22:22:43 +00:00
Bruno Dilly d9ab86d252 EPhysics: unregister test log domain
SVN revision: 73063
2012-06-29 22:22:28 +00:00
Bruno Dilly 10a369a95d EPhysics: fix function references on docs
discomfitor spotted some issues, so now all the functions are
marked with @ref, so it will warn if they couldn't be found
on project. Except functions on @see section, since we
are already warned about them.



SVN revision: 73013
2012-06-28 14:02:02 +00:00
Bruno Dilly 5a47783517 EPhysics: remove dependency
We've stopped using ecore_evas directly.


SVN revision: 72957
2012-06-27 17:58:45 +00:00
Bruno Dilly 28d9f92ef2 EPhysics: a new library comes to E world
It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.

More details on README, TODO, and edevelop mail list =)



SVN revision: 72896
2012-06-26 22:36:12 +00:00