Moved KdTree build code into osg::KdTree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user