erwin.coumans@gmail.com 1f4f8c7e05 Workaround for sticky convex collisions when using GJK/EPA in combination with very small collision margins.
In some degenerate cases the contact normal is pointing the wrong direction
so fix it now (until we can deal with all degenerate cases in GJK and EPA)
contact normals need to point from B to A in all cases, so we can simply check if the contact normal really points from B to A
We like to use a dot product of the normal against the difference of the centroids, 
once the centroid is available in the API
until then we use the center of the aabb to approximate the centroid
2013-04-02 00:32:18 +00:00
2007-06-13 05:00:42 +00:00
2006-08-11 23:01:25 +00:00
2006-05-26 17:56:14 +00:00
2007-02-26 05:18:52 +00:00

Bullet is a 3D Collision Detection and Rigid Body Dynamics Library for games and animation.
Free for commercial use, including Playstation 3, open source under the ZLib License.

See the Bullet_User_Manual.pdf for more info and visit the Bullet Physics Forum at
http://bulletphysics.org
Description
No description provided
Readme 258 MiB
Languages
Wavefront Object 70.5%
C++ 13%
Mathematica 8.2%
COLLADA 5.8%
C 2%
Other 0.4%