+ Optimization: move some variable declarations outside of the innerloop in btCompoundCollisionAlgorithm.cpp

Thanks to mccdo at iastate.edu for the contribution, see Issue 373
+ Optimization: removed some unnecessary code in btConvexHullShape::localGetSupportingVertexWithoutMargin
+ Added autogenerated Visual Studio 2005 projectfiles (using a patched cmake 2.8.1 to avoid any references to cmake/absolute paths)
This commit is contained in:
erwin.coumans
2010-04-12 17:46:56 +00:00
parent 07f51390ea
commit 0fbd9d49c4
50 changed files with 14956 additions and 29 deletions

View File

@@ -8,9 +8,7 @@
# You shouldn't have to modify anything below this line
########################################################
LINK_DIRECTORIES(
"C:/MinGW/lib"
)
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/Extras