Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 2:44:19 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some smaller quadtree changes, changes in the OBBTreeNode deconstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc

    r4812 r4813  
    2323/**
    2424   \brief standard constructor
    25    \todo this constructor is not jet implemented - do it
    2625*/
    27 QuadtreeNode::QuadtreeNode ()
     26QuadtreeNode::QuadtreeNode (sTriangleExt* triangles, int numTriangles, Quadtree* quadtree)
    2827{
    2928   this->setClassID(CL_QUADTREE_NODE, "QuadtreeNode");
    30 
    3129}
    3230
Note: See TracChangeset for help on using the changeset viewer.