Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5054 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 16, 2005, 11:33:15 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: only obb boxes drawn, obbtree of projectiles also generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r5051 r5054  
    931931  while( entity != NULL )
    932932  {
    933     if( entity->isVisible() ) entity->draw();
    934     //entity->drawBVTree(2, 226);  // to draw the bounding boxes of the objects at level 2 for debug purp
     933    //if( entity->isVisible() ) entity->draw();
     934    entity->drawBVTree(2, 226);  // to draw the bounding boxes of the objects at level 2 for debug purp
    935935    entity = iterator->nextElement();
    936936  }
Note: See TracChangeset for help on using the changeset viewer.