Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4711 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection


Ignore:
Timestamp:
Jun 26, 2005, 10:17:03 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now the displayer show the data in an appropriate form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc

    r4710 r4711  
    840840  if( drawMode & DRAW_BV_POLYGON || drawMode & DRAW_ALL || drawMode & DRAW_BV_BLENDED)
    841841  {
    842     if(this->nodeLeft == NULL && this->nodeRight == NULL)
     842    if(this->nodeLeft == NULL || this->nodeRight == NULL)
    843843      depth = 0;
    844844    if( !(drawMode & DRAW_SINGLE && depth != 0))
Note: See TracChangeset for help on using the changeset viewer.