blender/extern/bullet2
Benoit Bolsee 3a53ed8d1b Remove an assert in Bullet for the Character physics.
This assert happens all the time for character physics in debug mode.
In release mode, the assert is skipped but the code is still incorrect
although it does not cause any crash strangely.
2014-08-10 00:39:22 +02:00
..
patches bullet: Remove patch applied upstream 2013-11-04 17:02:01 +00:00
src Remove an assert in Bullet for the Character physics. 2014-08-10 00:39:22 +02:00
CMakeLists.txt Bullet: better workaround for failing friction with clang 3.4, remove the obsolete compileflag magic 2014-04-17 00:25:25 +02:00
readme.txt bullet: Remove patch applied upstream 2013-11-04 17:02:01 +00:00

This is the new refactored version of Bullet physics library version 2.x

Questions? mail blender at erwincoumans.com, or check the bf-blender mailing list.
Thanks,
Erwin

Apply patches/convex_hull.patch to add access to the convex hull
operation, used in the BMesh convex hull operator.