ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rvu.1
(Generate patch)

Comparing ray/doc/man/man1/rvu.1 (file contents):
Revision 1.1 by greg, Thu Jan 1 19:31:45 2004 UTC vs.
Revision 1.6 by greg, Fri Oct 18 17:04:13 2013 UTC

# Line 7 | Line 7 | rvu - generate RADIANCE images interactively
7   [
8   .B "rpict options"
9   ][
10 + .B "\-n nproc"
11 + ][
12   .B "\-o dev"
13   ][
14   .B \-b
# Line 60 | Line 62 | option improves the display on greyscale monitors, and
62   .I \-pe
63   may be used to set an initial exposure value.
64   .PP
65 + The
66 + .I \-n
67 + option may be used to specify multiple processes,
68 + to accelerate rendering.
69 + .PP
70   In the second form, the default values
71   for the options are printed with a brief explanation.
72   In the third form, the list of supported output devices
# Line 147 | Line 154 | is absent, or an '@' is followed by nothing, then
154   the cursor is used to pick a specific image
155   location for normalization.
156   .TP
157 + .BI focus " [distance]"
158 + Set focus distance for depth-of-field sampling.
159 + If a distance in world coordinates is absent, then the cursor
160 + is used to choose a point in the scene on which to focus.
161 + (The focus distance setting does not affect rendering in
162 + .I rvu,
163 + but can be used in
164 + .I rpict
165 + with the
166 + .I \-pd
167 + option to simulate depth-of-field on views saved from
168 + .I rvu.)
169 + .TP
170   .BI frame " [ xmin ymin xmax ymax ]"
171   Set frame for refinement.
172   If coordinates are absent, the cursor is used to
# Line 206 | Line 226 | A negative magnification factor decreases the object s
226   The default factor is one.
227   Care must be taken to avoid moving behind or inside other objects.
228   .TP
229 < .BR new
230 < Restart the image.
229 > .BI new " [ nproc ]"
230 > Restart the image, using the specified number of rendering processes.
231   Usually used after the "set" command.
232   .TP
233 + .BI origin " [ xo yo zo [ xd yd zd ] ]"
234 + Change view origin to the indicated world position
235 + .I "xo yo zo"
236 + looking in the direction
237 + .I "xd yd zd."
238 + If the direction is missing, the current view direction is used.
239 + If the origin is missing, the cursor is used to select the
240 + view origin, and the direction will be determined by the
241 + (reoriented) surface normal.
242 + The view type and size will not be altered, but the up vector
243 + may be changed if the new direction coincides.
244 + .TP
245   .BI pivot " angle [ elev [ mag [ x y z ] ] ]"
246   Similar to the "move" command, but pivots the view about a selected point.
247   The
# Line 261 | Line 293 | ambient divisions (ad),
293   ambient radius (ar),
294   ambient samples (as),
295   black&white (b),
296 + back face visibility (bv),
297   direct jitter (dj),
298   direct sampling (ds),
299   direct threshold (dt),
# Line 274 | Line 307 | medium eccentricity (mg),
307   medium sampling (ms),
308   pixel sample (ps),
309   pixel threshold (pt),
310 < back face visibility (bv),
311 < specular jitter (sj), and
312 < specular threshold (st).
310 > specular jitter (sj),
311 > specular threshold (st), and
312 > uncorrelated sampling (u).
313   Once a variable has been changed, the "new" command can be used
314   to recompute the image with the new parameters.
315   If a program variable is not available here, it may show up under

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines