Changeset 4813 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
- Timestamp:
- Jul 7, 2005, 2:44:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4812 r4813 23 23 /** 24 24 \brief standard constructor 25 \todo this constructor is not jet implemented - do it26 25 */ 27 QuadtreeNode::QuadtreeNode ( )26 QuadtreeNode::QuadtreeNode (sTriangleExt* triangles, int numTriangles, Quadtree* quadtree) 28 27 { 29 28 this->setClassID(CL_QUADTREE_NODE, "QuadtreeNode"); 30 31 29 } 32 30
Note: See TracChangeset
for help on using the changeset viewer.