ForkLift demo added
This commit is contained in:
15
Demos/ForkLiftDemo/main.cpp
Normal file
15
Demos/ForkLiftDemo/main.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#include "ForkLiftDemo.h"
|
||||
#include "GlutStuff.h"
|
||||
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
|
||||
ForkLiftDemo* pForkLiftDemo = new ForkLiftDemo;
|
||||
|
||||
pForkLiftDemo->initPhysics();
|
||||
|
||||
return glutmain(argc, argv,640,480,"Bullet ForkLift Demo. http://www.continuousphysics.com/Bullet/phpBB2/", pForkLiftDemo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user