prettify the SoftDemo a little bit, and use 1024x768 for ForkLiftDemo and SoftDemo.

This commit is contained in:
erwin.coumans
2010-09-22 23:02:47 +00:00
parent 7dfba03032
commit d6cbc28b94
4 changed files with 196 additions and 127 deletions

View File

@@ -29,7 +29,7 @@ int main(int argc,char** argv)
softDemo->getDynamicsWorld()->setDebugDrawer(&gDebugDrawer);
glutmain(argc, argv,640,480,"Bullet Physics Demo. http://bulletphysics.com",softDemo);
glutmain(argc, argv,1024,768,"Bullet Physics Demo. http://bulletphysics.com",softDemo);
delete softDemo;
return 0;