From 56fce04cb4d2ae09556e503e48b60264817672be Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Jul 2006 15:11:41 +0000 Subject: [PATCH] Added additional command line docs --- examples/osgvolume/osgvolume.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/osgvolume/osgvolume.cpp b/examples/osgvolume/osgvolume.cpp index 273b4dd4b..023f77f24 100644 --- a/examples/osgvolume/osgvolume.cpp +++ b/examples/osgvolume/osgvolume.cpp @@ -1416,6 +1416,8 @@ int main( int argc, char **argv ) arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); arguments.getApplicationUsage()->addCommandLineOption("-n","Create normal map for per voxel lighting."); arguments.getApplicationUsage()->addCommandLineOption("-s ","Number of slices to create."); + arguments.getApplicationUsage()->addCommandLineOption("--images [filenames]","Specify a stack of 2d images to build the 3d volume from."); + arguments.getApplicationUsage()->addCommandLineOption("--shader","Use OpenGL Shading Language."); arguments.getApplicationUsage()->addCommandLineOption("--xSize ","Relative width of rendered brick."); arguments.getApplicationUsage()->addCommandLineOption("--ySize ","Relative length of rendered brick."); arguments.getApplicationUsage()->addCommandLineOption("--zSize ","Relative height of rendered brick.");