diff --git a/applications/osgdem/osgdem.cpp b/applications/osgdem/osgdem.cpp index f94d27d74..5b8e0998b 100644 --- a/applications/osgdem/osgdem.cpp +++ b/applications/osgdem/osgdem.cpp @@ -160,7 +160,7 @@ int main( int argc, char **argv ) arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); arguments.getApplicationUsage()->addCommandLineOption("-d ","Specify the digital elevation map input file to process"); arguments.getApplicationUsage()->addCommandLineOption("-t ","Specify the texture map input file to process"); - arguments.getApplicationUsage()->addCommandLineOption("-m ","Specify the 3D database model input file to process"); +// arguments.getApplicationUsage()->addCommandLineOption("-m ","Specify the 3D database model input file to process"); arguments.getApplicationUsage()->addCommandLineOption("-a ","Specify the archive to place the generated database"); arguments.getApplicationUsage()->addCommandLineOption("-o ","Specify the output master file to generate"); arguments.getApplicationUsage()->addCommandLineOption("-l ","Specify the number of PagedLOD levels to generate"); @@ -523,6 +523,7 @@ int main( int argc, char **argv ) geoTransformScale = false; geoTransform.makeIdentity(); } +/* else if (arguments.read(pos, "-m",filename)) { std::cout<<"-m "<