allow the Bullet world importer to save a copy with swapped endianness
See http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=8191
This commit is contained in:
@@ -765,7 +765,7 @@ void SerializeDemo::initPhysics()
|
||||
|
||||
|
||||
|
||||
if (!m_fileLoader->loadFile("testFile.bullet"))
|
||||
if (!m_fileLoader->loadFile("testFile.bullet", "testFileSwappedEndianness.bullet"))
|
||||
// if (!m_fileLoader->loadFile("../SoftDemo/testFile.bullet"))
|
||||
{
|
||||
///create a few basic rigid bodies and save them to testFile.bullet
|
||||
|
||||
Reference in New Issue
Block a user