Changeset 6304
- Timestamp:
- 03/04/07 14:04:12
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/examples/osgshadow/osgshadow.cpp
r6238 r6304 476 476 arguments.getApplicationUsage()->addCommandLineOption("--sm", "Select ShadowMap implementation."); 477 477 arguments.getApplicationUsage()->addCommandLineOption("--pssm", "Select ParallelSplitShadowMap implementation."); 478 arguments.getApplicationUsage()->addCommandLineOption("- -1", "Use test model one.");479 arguments.getApplicationUsage()->addCommandLineOption("- -2", "Use test model two.");480 arguments.getApplicationUsage()->addCommandLineOption("- -3", "Use test model three.");478 arguments.getApplicationUsage()->addCommandLineOption("-1", "Use test model one."); 479 arguments.getApplicationUsage()->addCommandLineOption("-2", "Use test model two."); 480 arguments.getApplicationUsage()->addCommandLineOption("-3", "Use test model three."); 481 481 arguments.getApplicationUsage()->addCommandLineOption("--two-sided", "Use two-sided stencil extension for shadow volumes."); 482 482 arguments.getApplicationUsage()->addCommandLineOption("--two-pass", "Use two-pass stencil for shadow volumes.");
