Added support for better merging of height fields which ignores NoData

values.  Fixed various problems with handing of coordinates systems. Added
support for halving levels in x and y respectively, in addition to the
previous divide in both x and y at the same time, which allows long
line/short tall regions to be handled better.
This commit is contained in:
Robert Osfield
2004-02-03 16:51:44 +00:00
parent fad11f64f5
commit de83752acd
3 changed files with 216 additions and 46 deletions

View File

@@ -669,9 +669,10 @@ class DataSet : public osg::Referenced
void equalizeCorner(Position position);
void equalizeEdge(Position position);
void equalizeBoundaries();
void optimizeResolution();
osg::Node* createScene();