Moved KdTree build code into osg::KdTree

This commit is contained in:
Robert Osfield
2008-07-06 12:14:19 +00:00
parent 10595e49e3
commit 3965fe357b
3 changed files with 387 additions and 24 deletions

View File

@@ -118,7 +118,6 @@ class KDTree : public osg::Shape
typedef std::vector< unsigned int > AxisStack;
typedef std::vector< KDNode > KDNodeList;
typedef std::vector< KDLeaf > KDLeafList;
/// note, leafNum is negative to distinguish from nodeNum