Skip to content

Commit

Permalink
SurfaceNode: fix a typo bug causing bad subdivision
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Oct 11, 2024
1 parent 959ed06 commit f63c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthDrivers/engine_rex/SurfaceNode
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace osgEarth { namespace REX
const Ellipsoid& _ellipsoid;
osg::Vec3d _horizonCullingPoint;
bool _horizonCullingPointSet = false;
osg::Vec3f _childrenCorners[8][4];
osg::Vec3 _childrenCorners[4][8];
static const bool _enableDebugNodes;

void addDebugNode(const osg::BoundingBox& box);
Expand Down

0 comments on commit f63c5e7

Please sign in to comment.