Changeset 4887 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
- Timestamp:
- Jul 18, 2005, 9:56:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
r4868 r4887 57 57 * gives the signal to separate the model into a quadtree 58 58 */ 59 void Quadtree::separate( int treeDepth)59 void Quadtree::separate(const int maxDepth) 60 60 { 61 this->rootNode->separateNode( treeDepth);61 this->rootNode->separateNode(0, maxDepth); 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.