--- ray/doc/man/man1/rvu.1 2005/01/21 00:52:59 1.2 +++ ray/doc/man/man1/rvu.1 2013/10/18 17:20:55 1.7 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: rvu.1,v 1.2 2005/01/21 00:52:59 greg Exp $" +.\" RCSid "$Id: rvu.1,v 1.7 2013/10/18 17:20:55 greg Exp $" .TH RVU 1 1/1/04 RADIANCE .SH NAME rvu - generate RADIANCE images interactively @@ -7,6 +7,8 @@ rvu - generate RADIANCE images interactively [ .B "rpict options" ][ +.B "\-n nproc" +][ .B "\-o dev" ][ .B \-b @@ -60,6 +62,11 @@ option improves the display on greyscale monitors, and .I \-pe may be used to set an initial exposure value. .PP +The +.I \-n +option may be used to specify multiple processes, +to accelerate rendering. +.PP In the second form, the default values for the options are printed with a brief explanation. In the third form, the list of supported output devices @@ -152,13 +159,13 @@ Set focus distance for depth-of-field sampling. If a distance in world coordinates is absent, then the cursor is used to choose a point in the scene on which to focus. (The focus distance setting does not affect rendering in -.I rview, +.I rvu, but can be used in .I rpict with the .I \-pd option to simulate depth-of-field on views saved from -.I rview.) +.I rvu.) .TP .BI frame " [ xmin ymin xmax ymax ]" Set frame for refinement. @@ -219,10 +226,22 @@ A negative magnification factor decreases the object s The default factor is one. Care must be taken to avoid moving behind or inside other objects. .TP -.BR new -Restart the image. +.BI new " [ nproc ]" +Restart the image, using the specified number of rendering processes. Usually used after the "set" command. .TP +.BI origin " [ xo yo zo [ xd yd zd ] ]" +Change view origin to the indicated world position +.I "xo yo zo" +looking in the direction +.I "xd yd zd." +If the direction is missing, the current view direction is used. +If the origin is missing, the cursor is used to select the +view origin, and the direction will be determined by the +(reoriented) surface normal. +The view type and size will not be altered, but the up vector +may be changed if the new direction coincides. +.TP .BI pivot " angle [ elev [ mag [ x y z ] ] ]" Similar to the "move" command, but pivots the view about a selected point. The @@ -274,6 +293,7 @@ ambient divisions (ad), ambient radius (ar), ambient samples (as), black&white (b), +back face visibility (bv), direct jitter (dj), direct sampling (ds), direct threshold (dt), @@ -287,9 +307,9 @@ medium eccentricity (mg), medium sampling (ms), pixel sample (ps), pixel threshold (pt), -back face visibility (bv), -specular jitter (sj), and -specular threshold (st). +specular jitter (sj), +specular threshold (st), and +uncorrelated sampling (u). Once a variable has been changed, the "new" command can be used to recompute the image with the new parameters. If a program variable is not available here, it may show up under @@ -336,6 +356,7 @@ Stop the program. The screen will be redrawn when the program resumes. .SH ENVIRONMENT RAYPATH the directories to check for auxiliary files. +.br DISPLAY_GAMMA the value to use for monitor gamma correction. .SH AUTHOR Greg Ward