http://bulletphysics.org/mediawiki-1.5. ... _the_world
Code: Select all
btBulletWorldImporter* fileLoader = new btBulletWorldImporter(m_dynamicsWorld);
fileLoader->loadFile("C:/testFile.bullet");
the verbose output shows this:
http://pastebin.com/T1j1AFfc
I imported this libs and added all include-paths:
BulletWorldImporter, BulletFileLoader, BulletDynamics, BulletCollision, LinearMath
am i doing something wrong?