- Timestamp:
- 11/25/05 20:18:12 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdelaunay/osgdelaunay.cpp
r4780 r4845 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield 2 2 * 3 3 * This application is open source and may be redistributed and/or modified … … 1282 1282 arguments.getApplicationUsage()->addCommandLineOption("--image <filename>","Load an image and render it on a quad"); 1283 1283 arguments.getApplicationUsage()->addCommandLineOption("--dem <filename>","Load an image/DEM and render it on a HeightField"); 1284 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display command line param ters");1285 arguments.getApplicationUsage()->addCommandLineOption("--help-env","Display environment alvariables available");1284 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display command line parameters"); 1285 arguments.getApplicationUsage()->addCommandLineOption("--help-env","Display environment variables available"); 1286 1286 arguments.getApplicationUsage()->addCommandLineOption("--help-keys","Display keyboard & mouse bindings available"); 1287 arguments.getApplicationUsage()->addCommandLineOption("--help-all","Display all command line, env vars and keyboard & mouse bindi gs.");1287 arguments.getApplicationUsage()->addCommandLineOption("--help-all","Display all command line, env vars and keyboard & mouse bindings"); 1288 1288 1289 1289
