Added TerrainNode::init() and s/getTreatBoundariesToValidDataAsDefaultValue flag.

This commit is contained in:
Robert Osfield
2007-05-13 09:54:51 +00:00
parent 91ddcdf531
commit b97d8c0fe0
5 changed files with 35 additions and 4 deletions

View File

@@ -104,6 +104,11 @@ int main(int argc, char** argv)
readParameter = true;
}
else if (arguments.read(pos, "-b"))
{
terrain->setTreatBoundariesToValidDataAsDefaultValue(true);
}
else if (arguments.read(pos, "-e",x,y,w,h))
{
// define the extents.