updated demo, can't stepFront

This commit is contained in:
ejcoumans
2006-11-12 07:30:09 +00:00
parent 06a1de2574
commit 5f91cc237d
2 changed files with 6 additions and 5 deletions

View File

@@ -1473,10 +1473,11 @@ int main(int argc,char** argv)
ConcaveDemo* concaveDemo = new ConcaveDemo();
concaveDemo->initPhysics();
concaveDemo->setCameraDistance(30.f);
concaveDemo->stepFront();
concaveDemo->stepFront();
concaveDemo->stepFront();
concaveDemo->stepFront();
//cannot run stepFront yet, the OpenGL context is not opened (stepFront updates camera...)
// concaveDemo->stepFront();
// concaveDemo->stepFront();
// concaveDemo->stepFront();
// concaveDemo->stepFront();
return glutmain(argc, argv,640,480,"Moving Concave Mesh Demo",concaveDemo);
}