Changeset 5026 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/cd_engine.cc
- Timestamp:
- Aug 15, 2005, 8:30:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/cd_engine.cc
r4968 r5026 66 66 void CDEngine::checkCollisions() 67 67 { 68 //this->checkCollisionObjects();68 this->checkCollisionObjects(); 69 69 this->checkCollisionGround(); 70 70 } … … 86 86 { 87 87 PRINTF(3)("checking object %s against %s\n", entity1->getName(), entity2->getName()); 88 entity1->collideWith(entity2);88 //entity1->getOBBTree()->collideWith(entity1, entity2); 89 89 entity2 = iterator2->nextElement(); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.