Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 15, 2005, 8:30:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changed and some missunderstandings in the BoundingVolume Class Interface and simplified them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/cd_engine.cc

    r4968 r5026  
    6666void CDEngine::checkCollisions()
    6767{
    68   //this->checkCollisionObjects();
     68  this->checkCollisionObjects();
    6969  this->checkCollisionGround();
    7070}
     
    8686    {
    8787      PRINTF(3)("checking object %s against %s\n", entity1->getName(), entity2->getName());
    88       entity1->collideWith(entity2);
     88      //entity1->getOBBTree()->collideWith(entity1, entity2);
    8989      entity2 = iterator2->nextElement();
    9090    }
Note: See TracChangeset for help on using the changeset viewer.