Changeset 7480 for OpenSceneGraph/trunk/examples/osgmovie/osgmovie.cpp
- Timestamp:
- 09/25/07 19:02:22 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmovie/osgmovie.cpp
r7479 r7480 324 324 arguments.getApplicationUsage()->addCommandLineOption("--texture2D","Use Texture2D rather than TextureRectangle."); 325 325 arguments.getApplicationUsage()->addCommandLineOption("--shader","Use shaders to post process the video."); 326 arguments.getApplicationUsage()->addCommandLineOption("-- dome","Use full dome distortion correction.");327 arguments.getApplicationUsage()->addCommandLineOption("-- interactive","Use camera manipulator to allow movement around movie..");326 arguments.getApplicationUsage()->addCommandLineOption("--interactive","Use camera manipulator to allow movement around movie."); 327 arguments.getApplicationUsage()->addCommandLineOption("--flip","Flip the movie so top becomes bottom."); 328 328 329 329 bool useTextureRectangle = true;
