Changeset 4717 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection
- Timestamp:
- Jun 27, 2005, 1:49:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r4712 r4717 91 91 void OBBTreeNode::spawnBVTree(const int depth, sVec3D *verticesList, const int length) 92 92 { 93 PRINT( 0)("\n");93 PRINT(3)("\n"); 94 94 this->treeIndex = this->obbTree->getID(); 95 PRINTF( 0)("OBB Depth: %i, tree index: %i, numVertices: %i\n", depth, treeIndex, length);95 PRINTF(3)("OBB Depth: %i, tree index: %i, numVertices: %i\n", depth, treeIndex, length); 96 96 this->depth = depth; 97 97 … … 122 122 else 123 123 { 124 PRINTF( 0)("Aboarding tree walk: less than 3 vertices left\n");124 PRINTF(3)("Aboarding tree walk: less than 3 vertices left\n"); 125 125 } 126 126 … … 133 133 else 134 134 { 135 PRINTF( 0)("Abording tree walk: less than 3 vertices left\n");135 PRINTF(3)("Abording tree walk: less than 3 vertices left\n"); 136 136 } 137 137
Note: See TracChangeset
for help on using the changeset viewer.