Changeset 4912 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
- Timestamp:
- Jul 21, 2005, 1:00:08 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
r4911 r4912 73 73 void Quadtree::drawTree(int depth, int drawMode) const 74 74 { 75 this->rootNode->drawTree(depth, drawMode); 75 //this->rootNode->drawTree(depth, drawMode); 76 for(int i = 0; i < 256; ++i) 77 { 78 this->nodes[i]->drawTree(0, 0); 79 } 76 80 }
Note: See TracChangeset
for help on using the changeset viewer.