Allow btBulletWorldImporter to convert/export a .bullet file to XML

Add first version of btBulletXmlWorldImporter, still incomplete but it can read some files
Fix false assert in btSequentialImpulseConstraintSolver
This commit is contained in:
erwin.coumans
2012-09-21 22:47:11 +00:00
parent 7494463be8
commit 214579ec60
30 changed files with 8741 additions and 1552 deletions

View File

@@ -0,0 +1,14 @@
project "BulletXmlWorldImporter"
kind "StaticLib"
targetdir "../../lib"
includedirs {
"../BulletWorldImporter",
"../BulletFileLoader",
"../../../src"
}
files {
"**.cpp",
"**.h"
}