From 154656e24ad0164fa3a2e6ab0eab190de9a7a8e2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 20 Apr 2005 08:51:48 +0000 Subject: [PATCH] Commented out support for the -m option for inserting 3d models in a terrain database, as this feature isn't yet supported by osgTerrain. --- applications/osgdem/osgdem.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 "<