Changeset 5026 in orxonox.OLD for orxonox/trunk/src/world_entities/world_entity.cc
- Timestamp:
- Aug 15, 2005, 8:30:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r4998 r5026 101 101 * Implement behaviour like damage application or other miscellaneous collision stuff in this function 102 102 */ 103 void WorldEntity::collide With(WorldEntity* entity)103 void WorldEntity::collidesWith(WorldEntity* entity) 104 104 { 105 this->obbTree->collideWith(entity->obbTree, (PNode*)this, (PNode*)entity);105 //this->obbTree->collideWith(entity->obbTree, (PNode*)this, (PNode*)entity); 106 106 } 107 107
Note: See TracChangeset
for help on using the changeset viewer.