removed some obsolete files (appBasicSample), FCollada lib, external-libs folder

start physics by default (not pressing 'i')
This commit is contained in:
ejcoumans
2006-06-19 23:21:10 +00:00
parent c4cd297f22
commit e82e31e692
354 changed files with 101 additions and 192188 deletions

View File

@@ -90,7 +90,7 @@ bool stepping= true;
bool singleStep = false;
static bool idle = true;
static bool idle = false;
void toggleIdle() {
@@ -365,7 +365,7 @@ int glutmain(int argc, char **argv,int width,int height,const char* title) {
glutSpecialFunc(mySpecial);
glutReshapeFunc(myReshape);
//createMenu();
glutIdleFunc(0);//clientMoveAndDisplay);
glutIdleFunc(clientMoveAndDisplay);
glutMouseFunc(clientMouseFunc);
glutMotionFunc(clientMotionFunc);
glutDisplayFunc( clientDisplay );