Changeset 7660 in orxonox.OLD for branches/cd/src/subprojects/collision_detection
- Timestamp:
- May 18, 2006, 12:15:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/subprojects/collision_detection/collision_detection.cc
r7658 r7660 90 90 printf("no path specified, using default model: models/ships/fighter.obj\n\n"); 91 91 printf("----------------------- WARNING ---------------------\n"); 92 b = new CollisionTestEntity("models/test/cd_test_ 1.obj"); b->setName("Jaeger");92 b = new CollisionTestEntity("models/test/cd_test_0.obj"); b->setName("Jaeger"); 93 93 } 94 94 // b->setRelCoor(0.0, 0.0, -20.0); … … 267 267 while( entity != NULL) 268 268 { 269 if( likely(drawModel))269 //if( likely(drawModel)) 270 270 entity->draw(); 271 271 entity->drawBVTree(depth, drawMode);
Note: See TracChangeset
for help on using the changeset viewer.