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 613da80 commit 116a18bCopy full SHA for 116a18b
src/osgEarthDrivers/engine_rex/TileNode.cpp
@@ -436,7 +436,8 @@ TileNode::cull(TerrainCuller* culler)
436
// whether it is OK to load data (if necessary)
437
bool canLoadData =
438
_doNotExpire ||
439
- _key.getLOD() == _context->options().getFirstLOD();
+ _key.getLOD() >= _context->options().getFirstLOD();
440
+ //_key.getLOD() >= _context->options().getMinLOD();
441
442
// whether to accept the current surface node and not the children.
443
bool canAcceptSurface = false;
0 commit comments