/btogre

BtOgre is a very thin and small Bullet-Ogre connection. This wrapper does not try to provide its own RigidBody or CollisionShape classes. Instead, you talk directly with Bullet. The only thing it does is connect the btRigidBodies (only rigid bodies for now, I'm still not good with soft bodies) to their SceneNodes, convert Ogre meshes to Bullet convex hulls and triangle meshes etc., provide a debug drawing mechanism, and a Bullet-Ogre vector/quaternion conversion utility.

Primary LanguageC++OtherNOASSERTION

+----------------------------------------+
| BtOgre - Simple Bullet-Ogre connection |
+----------------------------------------+

BtOgre is a simple Bullet-Ogre connection.

To build the demo, edit 'premake.lua' to suit your setup, and run premake v3.7
(http://premake.sourceforge.net/download) on it.