gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.51k stars 780 forks source link

about quadtree #2348

Closed newpeople123 closed 1 year ago

newpeople123 commented 1 year ago

I can find the code # include<osgEarth/QuadTree>, but I can't find the header file QuadTree. h. Where is this file? Or where can I find the definition of the QuadTree class?

gwaldron commented 1 year ago

This is likely an old file from an old version of osgEarth. It should not be referenced in any current release. Where do you see the reference?

nmielcarek commented 1 year ago

Just running a quick grep, I see it here: https://github.com/gwaldron/osgearth/blob/37073218470575cc81bb3d589604ffe6e804abca/src/osgEarth/DPLineSegmentIntersector.cpp#L23C20-L23C20