ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rvu.1
Revision: 1.2
Committed: Fri Jan 21 00:52:59 2005 UTC (19 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.1: +14 -1 lines
Log Message:
Fixed bug in rvu "move" command from last change and added "focus" command

File Contents

# User Rev Content
1 greg 1.2 .\" RCSid "$Id: rvu.1,v 1.1 2004/01/01 19:31:45 greg Exp $"
2 greg 1.1 .TH RVU 1 1/1/04 RADIANCE
3     .SH NAME
4     rvu - generate RADIANCE images interactively
5     .SH SYNOPSIS
6     .B rvu
7     [
8     .B "rpict options"
9     ][
10     .B "\-o dev"
11     ][
12     .B \-b
13     ][
14     .B "\-pe exposure"
15     ]
16     [
17     .B $EVAR
18     ]
19     [
20     .B @file
21     ]
22     .B octree
23     .br
24     .B "rvu [ options ] \-defaults"
25     .br
26     .B "rvu \-devices"
27     .SH DESCRIPTION
28     .I Rvu
29     generates RADIANCE images using
30     .I octree.
31     (The octree may be given as the output of a command enclosed in quotes
32     and preceded by a `!'.)\0
33     Options specify the viewing parameters as well as
34     giving some control over the calculation.
35     Options may be given on the command line and/or read from the
36     environment and/or read from a file.
37     A command argument beginning with a dollar sign ('$') is immediately
38     replaced by the contents of the given environment variable.
39     A command argument beginning with an at sign ('@') is immediately
40     replaced by the contents of the given file.
41     The options are the same as for rpict(1), with a few notable exceptions.
42     The
43     .I "\-r, \-z, \-S, \-P, \-PP"
44     and
45     .I \-t
46     options are not supported, and
47     .I \-o
48     specifies which output device is being used instead of the output
49     file.
50     The
51     .I "\-x, \-y"
52     and
53     .I \-pa
54     options are unnecessary, since
55     .I rvu
56     scales the display image to the specified output device.
57     Additionally, the
58     .I \-b
59     option improves the display on greyscale monitors, and
60     .I \-pe
61     may be used to set an initial exposure value.
62     .PP
63     In the second form, the default values
64     for the options are printed with a brief explanation.
65     In the third form, the list of supported output devices
66     is displayed.
67     .PP
68     .I rvu
69     starts rendering the image from the selected viewpoint and
70     gradually improves the resolution of the display until
71     interrupted by keyboard input.
72     .I rvu
73     then issues a prompt (usually ':') and accepts a command
74     line from the user.
75     .I rvu
76     may also stop its calculation and wait for command input if
77     the resolution of the display has reached the resolution of the
78     graphics device.
79     At this point, it will give the 'done:' prompt and await further
80     instructions.
81     If
82     .I rvu
83     runs out of memory due to lack of resources to store its computed
84     image, it will give the 'out of memory:' prompt.
85     At this prompt, the user can save the image, quit, or even restart
86     a new image, although this is not generally recommended
87     on virtual memory machines for efficiency reasons.
88     .PP
89     .I rvu
90     is not meant to be a rendering program, and we strongly recommend that
91     .I rpict(1)
92     be used instead for that purpose.
93     Since
94     .I rpict(1)
95     does not store its image in memory or update any display of its output,
96     it is much faster and less wasteful of its resources than
97     .I rvu.
98     .I rvu
99     is intended as a quick interactive program for deciding viewpoints
100     and debugging scene descriptions and is not suited for producing
101     polished images.
102     .SH COMMANDS
103     Once the program starts, a number of commands can be used
104     to control it.
105     A command is given by its name, which can be abbreviated,
106     followed by its arguments.
107     .TP 10n
108     .BI aim " [ mag [ x y z ] ]"
109     Zoom in by
110     .I "mag"
111     on point
112     .I "x y z".
113     The view point is held constant;
114     only the view direction and size are changed.
115     If
116     .I "x y z"
117     is missing, the cursor is used to select the view center.
118     A negative magnification factor means zoom out.
119     The default factor is one.
120     .TP
121     .BR ^C
122     Interrupt.
123     Go to the command line.
124     .TP
125     .BI exposure " [ spec ]"
126     Adjust exposure.
127     The number
128     .I spec
129     is a multiplier used to compensate the average exposure.
130     A value of 1 renormalizes the image to the computed average, which
131     is usually done immediately after startup.
132     If
133     .I spec
134     begins with a '+' or '-',
135     the compensation is interpreted in f-stops (ie. the power of two).
136     If
137     .I spec
138     begins with an '=', an absolute setting is performed.
139     An '=' by itself permits interactive display and setting of the exposure.
140     If
141     .I spec
142     begins with an '@', the exposure is adjusted to present similar
143     visibility to what would be experienced in the real environment.
144     If
145     .I spec
146     is absent, or an '@' is followed by nothing, then
147     the cursor is used to pick a specific image
148     location for normalization.
149     .TP
150 greg 1.2 .BI focus " [distance]"
151     Set focus distance for depth-of-field sampling.
152     If a distance in world coordinates is absent, then the cursor
153     is used to choose a point in the scene on which to focus.
154     (The focus distance setting does not affect rendering in
155     .I rview,
156     but can be used in
157     .I rpict
158     with the
159     .I \-pd
160     option to simulate depth-of-field on views saved from
161     .I rview.)
162     .TP
163 greg 1.1 .BI frame " [ xmin ymin xmax ymax ]"
164     Set frame for refinement.
165     If coordinates are absent, the cursor is used to
166     pick frame boundaries.
167     If ``all'' is specified, the frame is reset to the entire image.
168     .TP
169     .BR free
170     Free cached object structures and associated data.
171     This command may be useful when memory is low and a completely
172     different view is being generated from the one previous.
173     .TP
174     .BI last " [ file ]"
175     Restore the previous view.
176     If a view or picture
177     .I file
178     is specified, the parameters are taken from the last view entry
179     in the file.
180     .TP
181     .BI L " [ vw [ rfile ] ]"
182     Load parameters for view
183     .I vw
184     from the
185     .I rad(1)
186     input file,
187     .I rfile.
188     Both
189     .I vw
190     and
191     .I rfile
192     must be given the first call, but subsequent calls will use the last
193     .I rfile
194     as a default, and "1" as the default view (ie. the first view
195     appearing in
196     .I rfile).
197     If
198     .I rvu
199     was started by
200     .I rad,
201     then the
202     .I rfile
203     parameter will initially default to the rad input file used.
204     .TP
205     .BI move " [ mag [ x y z ] ]"
206     Move camera
207     .I mag
208     times closer to point
209     .I "x y z".
210     For a perspective projection (or fisheye view),
211     only the view point is changed;
212     the view direction and size remain constant.
213     The view size must be modified in a parallel projection since
214     it determines magnification.
215     If
216     .I "x y z"
217     is missing, the cursor is used to select the view center.
218     A negative magnification factor decreases the object size.
219     The default factor is one.
220     Care must be taken to avoid moving behind or inside other objects.
221     .TP
222     .BR new
223     Restart the image.
224     Usually used after the "set" command.
225     .TP
226     .BI pivot " angle [ elev [ mag [ x y z ] ] ]"
227     Similar to the "move" command, but pivots the view about a selected point.
228     The
229     .I angle
230     is measured in degrees around the view up vector using the right hand rule.
231     The optional
232     .I elev
233     is the elevation in degrees from the pivot point; positive raises the view point
234     to look downward and negative lowers the view point to look upward.
235     .TP
236     .BR quit
237     Quit the program.
238     .TP
239     .BR ^R
240     Redraw the image.
241     Use when the display gets corrupted.
242     On some displays, occassionally forcing a redraw can improve appearance,
243     as more color information is available and the driver can make a better
244     color table selection.
245     .TP
246     .BI rotate " angle [ elev [ mag ] ]"
247     Rotate the camera horizontally by
248     .I angle
249     degrees.
250     If an elevation is specified, the camera looks upward
251     .I elev
252     degrees.
253     (Negative means look downward.)
254     .TP
255     .BI set " [ var [ val ] ]"
256     Check/change program variable.
257     If
258     .I var
259     is absent, the list of available variables is displayed.
260     If
261     .I val
262     is absent, the current value of the variable is displayed
263     and changed interactively.
264     Otherwise, the variable
265     .I var
266     assumes the value
267     .I val.
268     Variables include:
269     ambient value (av),
270     ambient value weight (aw),
271     ambient bounces (ab),
272     ambient accuracy (aa),
273     ambient divisions (ad),
274     ambient radius (ar),
275     ambient samples (as),
276     black&white (b),
277     direct jitter (dj),
278     direct sampling (ds),
279     direct threshold (dt),
280     direct visibility (dv),
281     irradiance (i),
282     limit weight (lw),
283     limit recursion (lr),
284     medium extinction (me),
285     medium albedo (ma),
286     medium eccentricity (mg),
287     medium sampling (ms),
288     pixel sample (ps),
289     pixel threshold (pt),
290     back face visibility (bv),
291     specular jitter (sj), and
292     specular threshold (st).
293     Once a variable has been changed, the "new" command can be used
294     to recompute the image with the new parameters.
295     If a program variable is not available here, it may show up under
296     some other command or it may be impossible to change
297     once the program is running.
298     .TP
299     .BI trace " [ xbeg ybeg zbeg xdir ydir zdir ]"
300     Trace a ray.
301     If the ray origin and direction are absent, the cursor is used
302     to pick a location in the image to trace.
303     The object intersected and its material, location and value are displayed.
304     .TP
305     .BI view " [ file [ comments ] ]"
306     Check/change view parameters.
307     If
308     .I file
309     is present, the view parameters are appended to a file, followed by
310     .I comments
311     if any.
312     Alternatively, view options may be given directly on the command line
313     instead of an output view file.
314     Otherwise, view parameters are displayed and changed interactively.
315     .TP
316     .BI V " [ vw [ rfile ] ]"
317     Append the current view as view
318     .I vw
319     in the rad file
320     .I rfile.
321     Compliment to
322     .I L
323     command.
324     Note that the view is simply appended to the file, and previous
325     views with the same name should be removed before using the file
326     with
327     .I rad.
328     .TP
329     .BI write " [ file ]"
330     Write picture to
331     .I file.
332     If argument is missing, the current file name is used.
333     .TP
334     .BR ^Z
335     Stop the program.
336     The screen will be redrawn when the program resumes.
337     .SH ENVIRONMENT
338     RAYPATH the directories to check for auxiliary files.
339     DISPLAY_GAMMA the value to use for monitor gamma correction.
340     .SH AUTHOR
341     Greg Ward
342     .SH "SEE ALSO"
343     getinfo(1), lookamb(1), oconv(1), pfilt(1), rad(1), rpict(1), rtrace(1)