Are there any examples of using BulletML (via the libbullml library), in C++. I'm not sure where to start.
For example I know I must extend BulletMLRunner, however there is no such Bullet class which is the next step according to the instructions here:
http://shinh.skr.jp/libbulletml/README.en.txt
Does anyone have a simple example on getting started with bulletml in c++
Bulletisn't a real class, and is just supposed to be something you write on your own based on your game's needs. – michael.bartnett Jan 17 '12 at 7:24