re-introduce Bullet 2.x solver, in Bullet3Dynamics/ConstraintSolver/b3PgsJacobiSolver.*

move b3Contact and b3RigidBody
This commit is contained in:
erwin coumans
2013-04-18 23:28:13 -07:00
parent 626f0cf1e3
commit 9ecd898c34
20 changed files with 3228 additions and 24 deletions

View File

@@ -25,7 +25,10 @@ function createProject(vendor)
}
links {
"gwen"
"gwen",
"Bullet3Common",
"Bullet3Geometry",
"Bullet3Dynamics"
}
files {
@@ -41,12 +44,6 @@ function createProject(vendor)
"../ObjLoader/list.cpp",
"../ObjLoader/list.h",
"../../src/Bullet3Common/b3AlignedAllocator.cpp",
"../../src/Bullet3Common/b3AlignedAllocator.h",
"../../src/Bullet3Common/b3Quickprof.cpp",
"../../src/Bullet3Common/b3Quickprof.h",
"../../src/Bullet3Geometry/b3ConvexHullComputer.cpp",
"../../src/Bullet3Geometry/b3ConvexHullComputer.h",
"../../btgui/OpenGLWindow/GLInstancingRenderer.cpp",
"../../btgui/OpenGLWindow/GLInstancingRenderer.h",