Completed support for "--levels min max" option where the levels that a

source imager or DEM contributes to.
This commit is contained in:
Robert Osfield
2004-06-30 14:37:06 +00:00
parent c45138f977
commit ae3b1454e8
2 changed files with 14 additions and 3 deletions

View File

@@ -738,6 +738,8 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
bool _equalized[NUMBER_OF_POSITIONS];
unsigned int _maxSourceLevel;
unsigned int _imagery_maxNumColumns;
unsigned int _imagery_maxNumRows;
float _imagery_maxSourceResolutionX;