Added normal generation in polygonal tile generation, and add --wtk option

for setting coord systems in osgdem
This commit is contained in:
Robert Osfield
2004-03-29 22:26:51 +00:00
parent 7bea5842fa
commit a1b46de936
4 changed files with 75 additions and 31 deletions

View File

@@ -174,6 +174,12 @@ int main( int argc, char **argv )
currentCS = !def.empty() ? SanitizeSRS(def.c_str()) : "";
std::cout<<"--cs "<<currentCS<<std::endl;
}
else if (arguments.read(pos, "--wtk",def))
{
argumentRead = true;
currentCS = def;
std::cout<<"--wtk "<<currentCS<<std::endl;
}
else if (arguments.read(pos, "--identity"))
{
geoTransformSet = false;