Changeset 5327 for OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
- Timestamp:
- 07/18/06 17:11:41 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
r5139 r5327 1417 1417 arguments.getApplicationUsage()->addCommandLineOption("-n","Create normal map for per voxel lighting."); 1418 1418 arguments.getApplicationUsage()->addCommandLineOption("-s <numSlices>","Number of slices to create."); 1419 arguments.getApplicationUsage()->addCommandLineOption("--images [filenames]","Specify a stack of 2d images to build the 3d volume from."); 1420 arguments.getApplicationUsage()->addCommandLineOption("--shader","Use OpenGL Shading Language."); 1419 1421 arguments.getApplicationUsage()->addCommandLineOption("--xSize <size>","Relative width of rendered brick."); 1420 1422 arguments.getApplicationUsage()->addCommandLineOption("--ySize <size>","Relative length of rendered brick.");
