Revert GIMPACT change (#define BULLET_TRIANGLE_COLLISION 1)after several reports that it doesn't work well

Disable SIMD/SSE when using double precision on __APPLE__, thanks Ola for the report!
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?t=3878
This commit is contained in:
erwin.coumans
2009-07-27 06:28:47 +00:00
parent 82fff60324
commit 3160a0555c
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ public:
//algorithm details
#define BULLET_TRIANGLE_COLLISION 1
//#define BULLET_TRIANGLE_COLLISION 1
#define GIMPACT_VS_PLANE_COLLISION 1