Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 11:50:01 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented some test functions, that don't work untils now: some link error when compiling the collision_detection/framework

File:
1 edited

Legend:

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

    r4542 r4546  
    1818#include "obb_tree.h"
    1919#include "obb.h"
     20#include "debug.h"
    2021
    2122using namespace std;
     
    6667void OBBTree::drawBVBlended(int currentDepth, const int depth) const
    6768{}
     69
     70
     71void OBBTree::debug()
     72{
     73  PRINT(0)("\n==============================| OBBTree::debug() |===\n");
     74  PRINT(0)("=  Spawning Tree: Start\n");
     75  this->spawnBVTree(1);
     76  PRINT(0)("=  Spawning Tree: Finished\n");
     77  PRINT(0)("=======================================================\n");     
     78
     79}
Note: See TracChangeset for help on using the changeset viewer.