blender/extern/bullet2
Ray Molenkamp 14608c5e86 Cleanup: Fix MSVC warning regarding flags in bullet
For bullet we compile at /W0 for MSVC but we did not
remove the standard /W3 flag. Leading to the following
warning:

Command line warning D9025 : overriding '/W3' with '/W0'

This change removes the W3 flag for bullet to get rid
of the warning.
2020-08-26 09:16:21 -06:00
..
patches Add compound shape for rigid body simulation 2020-07-30 18:53:35 +02:00
src Add compound shape for rigid body simulation 2020-07-30 18:53:35 +02:00
CMakeLists.txt Cleanup: Fix MSVC warning regarding flags in bullet 2020-08-26 09:16:21 -06:00
readme.txt Upgrade Bullet to version 2.83. 2016-01-25 22:14:46 +01: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/blender.patch to fix a few build errors and warnings and dd original
vertex access for BMesh convex hull operator.

Documentation is available at:
http://code.google.com/p/bullet/source/browse/trunk/Bullet_User_Manual.pdf
and:
https://github.com/bulletphysics/bullet3/tree/master/docs