step the simulation 1 frame, so the initial starting position is ok.

added comment how to use FCollada instead of COLLADA_DOM
This commit is contained in:
ejcoumans
2006-06-19 22:03:07 +00:00
parent f2b79971a0
commit c4cd297f22
2 changed files with 8 additions and 0 deletions

View File

@@ -370,6 +370,7 @@ int glutmain(int argc, char **argv,int width,int height,const char* title) {
glutMotionFunc(clientMotionFunc);
glutDisplayFunc( clientDisplay );
clientMoveAndDisplay();
glutMainLoop();
return 0;