Changeset 12985
- Timestamp:
- 02/17/12 17:51:10 (16 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
r12460 r12985 67 67 // set up the usage document, in case we need to print out how to use this program. 68 68 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 69 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting between various input and output databases formats.");69 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting glsl shader files into char arrays that can be compiled into applications."); 70 70 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 71 71 arguments.getApplicationUsage()->addCommandLineOption("--shader <filename>","Shader file to create a .cpp file for.");
