Changeset 4845 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
- Timestamp:
- Jul 12, 2005, 11:48:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
r4836 r4845 17 17 18 18 #include "quadtree.h" 19 #include "quadtree_node.h" 19 20 20 21 using namespace std; … … 29 30 this->setClassID(CL_QUADTREE, "Quadtree"); 30 31 this->pModelInfo = pModelInfo; 32 33 this->rootNode = new QuadtreeNode(this->pModelInfo); 31 34 } 32 35
Note: See TracChangeset
for help on using the changeset viewer.