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/world_entities/world_entity.cc

    r4998 r5026  
    101101 * Implement behaviour like damage application or other miscellaneous collision stuff in this function
    102102*/
    103 void WorldEntity::collideWith(WorldEntity* entity)
     103void WorldEntity::collidesWith(WorldEntity* entity)
    104104{
    105   this->obbTree->collideWith(entity->obbTree, (PNode*)this, (PNode*)entity);
     105  //this->obbTree->collideWith(entity->obbTree, (PNode*)this, (PNode*)entity);
    106106}
    107107
Note: See TracChangeset for help on using the changeset viewer.