Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5034 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Aug 15, 2005, 10:10:50 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now for debugging purposes drawing the obb tree at level 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.cc

    r5033 r5034  
    3737}
    3838
     39
    3940NPC::~NPC () {}
    4041
     
    4243void NPC::collidesWith(WorldEntity* entity, const Vector& location)
    4344{
    44 
     45  PRINTF(0)("COLLISION ---------------------------- with object: %s\n", entity->getName());
    4546}
    4647
Note: See TracChangeset for help on using the changeset viewer.