Added CartizianLocator

This commit is contained in:
Robert Osfield
2007-05-03 16:23:19 +00:00
parent 9a74282767
commit af5b6aa43e
3 changed files with 94 additions and 12 deletions

View File

@@ -107,6 +107,13 @@ int main(int argc, char** argv)
readParameter = true;
}
else if (arguments.read(pos, "-c",x,y,w,h))
{
// define the extents.
locator = new osgTerrain::CartizianLocator(x,y,w,h,0);
readParameter = true;
}
else if (arguments.read(pos, "--hf",filename))
{
readParameter = true;