Changeset 4812 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
- Timestamp:
- Jul 7, 2005, 2:31:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4808 r4812 40 40 // delete what has to be deleted here 41 41 } 42 43 44 /** 45 \brief gives the signal to separate the model into a quadtree 46 */ 47 void QuadtreeNode::separateNode() 48 {} 49 50 51 /** 52 \brief draws the debug quadtree boxes around the model 53 */ 54 void QuadtreeNode::drawTree(int depth, int drawMode) const 55 {}
Note: See TracChangeset
for help on using the changeset viewer.