Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 10:27:35 PM (18 years ago)
Author:
patrick
Message:

cd: less debug output, more debug functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/current_cd/src/lib/collision_detection/obb_tree_node.cc

    r6911 r6919  
    8888    delete this->bvElement;
    8989
    90   if( this->triangleIndexList1 != NULL)
    91     delete [] this->triangleIndexList1;
    92   if( this->triangleIndexList2 != NULL)
    93     delete [] this->triangleIndexList2;
     90//   if( this->triangleIndexList1 != NULL)
     91//     delete [] this->triangleIndexList1;
     92//   if( this->triangleIndexList2 != NULL)
     93//     delete [] this->triangleIndexList2;
    9494}
    9595
     
    735735
    736736
    737   if( 1/*drawMode & DRAW_BV_AXIS || drawMode & DRAW_ALL*/)
    738   {
    739     if(1 /*!(drawMode & DRAW_SINGLE && depth != 0)*/)
     737  if( drawMode & DRAW_BV_AXIS || drawMode & DRAW_ALL)
     738  {
     739    if( drawMode & DRAW_SINGLE && depth != 0)
    740740    {
    741741      /* draw the obb axes */
Note: See TracChangeset for help on using the changeset viewer.