Updated to compile against changes to osgTerrain

This commit is contained in:
Robert Osfield 2006-09-05 09:13:19 +00:00
parent b2c244af59
commit 09b8c7d103

View File

@ -218,7 +218,7 @@ int main( int argc, char **argv )
float x,y,w,h;
while (arguments.read("-e",x,y,w,h))
{
dataset->setDestinationExtents(osgTerrain::GeospatialExtents(x,y,x+w,y+h));
dataset->setDestinationExtents(osgTerrain::GeospatialExtents(x,y,x+w,y+h,false)); // FIXME - need to check whether we a geographic extents of not
}
while (arguments.read("--HEIGHT_FIELD"))