We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959ed06 commit f63c5e7Copy full SHA for f63c5e7
src/osgEarthDrivers/engine_rex/SurfaceNode
@@ -95,7 +95,7 @@ namespace osgEarth { namespace REX
95
const Ellipsoid& _ellipsoid;
96
osg::Vec3d _horizonCullingPoint;
97
bool _horizonCullingPointSet = false;
98
- osg::Vec3f _childrenCorners[8][4];
+ osg::Vec3 _childrenCorners[4][8];
99
static const bool _enableDebugNodes;
100
101
void addDebugNode(const osg::BoundingBox& box);
0 commit comments