updated AllBulletDemo
This commit is contained in:
15
Demos/ConcaveDemo/main.cpp
Normal file
15
Demos/ConcaveDemo/main.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#include "ConcaveDemo.h"
|
||||
#include "GlutStuff.h"
|
||||
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
|
||||
ConcaveDemo* concaveDemo = new ConcaveDemo();
|
||||
concaveDemo->initPhysics();
|
||||
concaveDemo->setCameraDistance(30.f);
|
||||
|
||||
return glutmain(argc, argv,640,480,"Static Concave Mesh Demo",concaveDemo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user