updated AllBulletDemo
This commit is contained in:
13
Demos/RagdollDemo/main.cpp
Normal file
13
Demos/RagdollDemo/main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#include "RagdollDemo.h"
|
||||
#include "GlutStuff.h"
|
||||
|
||||
int main(int argc,char* argv[])
|
||||
{
|
||||
RagdollDemo demoApp;
|
||||
|
||||
demoApp.initPhysics();
|
||||
demoApp.setCameraDistance(btScalar(10.));
|
||||
|
||||
return glutmain(argc, argv,640,480,"Bullet Physics Demo. http://bullet.sf.net",&demoApp);
|
||||
}
|
||||
Reference in New Issue
Block a user