Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2005, 6:01:18 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: moved the newmat source to lib

File:
1 edited

Legend:

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

    r4562 r4568  
    135135  printf("center: %f, %f, %f\n\n", center.x, center.y, center.z);
    136136
    137   for(int i = 0; i < length; i++)
    138     {
    139       printf("vertex %i: %f, %f, %f\n", i, verticesList[i][0], verticesList[i][1], verticesList[i][2]);
    140     }
    141 
    142137   
    143138  for(int i = 0; i < 3; ++i)
     
    210205void OBBTreeNode::drawBVBlended(int currentDepth, const int depth) const
    211206{}
     207
     208
     209void OBBTreeNode::debug()
     210{
     211
     212  /*
     213  for(int i = 0; i < length; i++)
     214    {
     215      printf("vertex %i: %f, %f, %f\n", i, verticesList[i][0], verticesList[i][1], verticesList[i][2]);
     216    }
     217  */
     218}
Note: See TracChangeset for help on using the changeset viewer.