Changeset 4812 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.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.cc
r4808 r4812 39 39 // delete what has to be deleted here 40 40 } 41 42 43 /** 44 \brief gives the signal to separate the model into a quadtree 45 */ 46 void Quadtree::separate() 47 {} 48 49 50 /** 51 \brief draws the debug quadtree boxes around the model 52 */ 53 void Quadtree::drawTree(int depth, int drawMode) const 54 {}
Note: See TracChangeset
for help on using the changeset viewer.