Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5034 in orxonox.OLD for orxonox/trunk/src/story_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/story_entities/world.cc

    r5004 r5034  
    927927  {
    928928    if( entity->isVisible() ) entity->draw();
     929    entity->drawBVTree(2, 226);
    929930      //entity = this->entities->nextElement();
    930931    entity = iterator->nextElement();
Note: See TracChangeset for help on using the changeset viewer.