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:
@@ -10,11 +10,11 @@ IF(INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
||||
# makesdna can re-generate the binary DNA representing the Bullet serialization structures
|
||||
# Be very careful modifying any of this, otherwise the .bullet format becomes incompatible
|
||||
|
||||
SUBDIRS ( BulletFileLoader BulletWorldImporter HeaderGenerator makesdna)
|
||||
SUBDIRS ( BulletFileLoader BulletXmlWorldImporter BulletWorldImporter HeaderGenerator makesdna)
|
||||
|
||||
ELSE(INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
||||
|
||||
SUBDIRS ( BulletFileLoader BulletWorldImporter )
|
||||
SUBDIRS ( BulletFileLoader BulletXmlWorldImporter BulletWorldImporter )
|
||||
|
||||
ENDIF (INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user