Changeset 4819 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
- Timestamp:
- Jul 7, 2005, 11:10:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
r4812 r4819 25 25 \todo this constructor is not jet implemented - do it 26 26 */ 27 Quadtree::Quadtree ( )27 Quadtree::Quadtree (modelInfo* pModelInfo) 28 28 { 29 29 this->setClassID(CL_QUADTREE, "Quadtree"); 30 this->pModelInfo = pModelInfo; 30 31 } 31 32
Note: See TracChangeset
for help on using the changeset viewer.