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:
@@ -754,8 +754,9 @@ void SerializeDemo::initPhysics()
|
||||
#else
|
||||
m_fileLoader = new btBulletWorldImporter(m_dynamicsWorld);
|
||||
#endif //DESERIALIZE_SOFT_BODIES
|
||||
// fileLoader->setVerboseMode(true);
|
||||
|
||||
|
||||
//m_fileLoader->setVerboseMode(bParse::FD_VERBOSE_EXPORT_XML);
|
||||
|
||||
|
||||
|
||||
if (!m_fileLoader->loadFile("testFile.bullet"))
|
||||
|
||||
Reference in New Issue
Block a user