SerializeDemo: create a testFile.bullet if it is missing

Serialization: remove obsolete autogenerated headers
Minor changes in btSequentialImpulseConstraintSolver: split methods to make it easier to derive from the class and add functionality.
This commit is contained in:
erwin.coumans
2010-02-19 23:24:04 +00:00
parent 07ea2a71e2
commit 85724b5500
13 changed files with 436 additions and 865 deletions

View File

@@ -24,7 +24,7 @@ header = """/* Copyright (C) 2006-2009 Erwin Coumans & Charlie C
dtList = dump.DataTypeList
out = "../BulletFileLoader/autogenerated/"
out = "autogenerated/"
spaces = 4
def addSpaces(file, space):