added btGetVersion(), return integer without the fraction: for example 2.64 returns 264.
moved more demos into AllBulletDemos
This commit is contained in:
@@ -55,7 +55,15 @@ class VehicleDemo : public DemoApplication
|
||||
|
||||
void renderme();
|
||||
|
||||
void setupPhysics();
|
||||
void initPhysics();
|
||||
|
||||
static DemoApplication* Create()
|
||||
{
|
||||
VehicleDemo* demo = new VehicleDemo();
|
||||
demo->myinit();
|
||||
demo->initPhysics();
|
||||
return demo;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //VEHICLE_DEMO_H
|
||||
|
||||
Reference in New Issue
Block a user