Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6450 in orxonox.OLD for branches/collision_detection/src/subprojects


Ignore:
Timestamp:
Jan 9, 2006, 2:14:00 PM (19 years ago)
Author:
bensch
Message:

cd: correctness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/collision_detection/src/subprojects/collision_detection/collision_detection.cc

    r5842 r6450  
    8383   if (argc > 1)
    8484   {
    85      printf("Loading model %s\n", argv[1]);
     85     //printf("Loading model %s\n", argv[1]);
    8686     b->loadModel(argv[1]);
    8787   }
     
    260260      entity->draw();
    261261    entity->drawBVTree(depth, drawMode);
    262     printf("%i, %i\n", depth, drawMode);
     262   // printf("%i, %i\n", depth, drawMode);
    263263    entity = iterator->nextElement();
    264264  }
Note: See TracChangeset for help on using the changeset viewer.