--- ray/doc/man/man1/rad.1 2003/12/09 15:59:06 1.3 +++ ray/doc/man/man1/rad.1 2004/01/01 19:31:45 1.4 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: rad.1,v 1.3 2003/12/09 15:59:06 greg Exp $" +.\" RCSid "$Id: rad.1,v 1.4 2004/01/01 19:31:45 greg Exp $" .TH RAD 1 2/1/99 RADIANCE .SH NAME rad - render a RADIANCE scene @@ -35,7 +35,7 @@ and makes appropriate calls to .I rpict(1), .I pfilt(1), and/or -.I rview(1) +.I rvu(1) to render a specific scene. Variables in .I rfile @@ -131,7 +131,7 @@ to produce a picture for each view. The .I \-o option specifies an output device for -.I rview +.I rvu (usually "x11") and runs this interactive program instead, using the first view in .I rfile @@ -200,10 +200,10 @@ how to adjust the exposure for display. It is important to set this variable properly as it is used to determine the ambient value. An appropriate setting may be discovered by running -.I rview +.I rvu and noting the exposure given by the "exposure =" command. As in -.I rview +.I rvu and .I pfilt, the exposure setting may be given either as a multiplier or as a @@ -405,7 +405,7 @@ This is the name of the file where "ambient" or diffus values will be stored by .I rpict or -.I rview. +.I rvu. Although it is not required, an ambient file should be given whenever an interreflection calculation is expected. This will optimize successive runs and minimize artifacts. @@ -445,7 +445,7 @@ will place the appropriate rendering options. This file can later be accessed by .I rpict or -.I rview +.I rvu in subsequent manual runs using the at-sign ('@') file insert option. (Using an "OPTFILE" also reduces the length of the rendering command, which improves appearance and may even be necessary on some @@ -486,7 +486,7 @@ manual page for a list of valid options. This variable may be used to specify additional options to .I rpict or -.I rview. +.I rvu. These options will appear after the options set automatically by .I rad, and thus will override the default values. @@ -574,7 +574,7 @@ view. Now we can invoke .I rad to take a look at our scene interactively with -.I rview: +.I rvu: .IP "" .2i rad -o x11 sample.rif .PP @@ -583,10 +583,10 @@ will run .I oconv first to create the octree (assuming it doesn't already exist), then -.I rview +.I rvu with a long list of options. Let's say that from within -.I rview, +.I rvu, we wrote out the view files "view1.vp" and "view2.vp". We could add these to "sample.rif" like so: .IP "" .2i @@ -597,7 +597,7 @@ RESOLUTION= 1024 # Let's go for a higher resolution r .fi .PP To start -.I rview +.I rvu again using vw2 instead of the default, we use: .IP "" .2i rad -o x11 -v vw2 sample.rif @@ -653,4 +653,4 @@ problematic on systems that don't distinguish case in .SH "SEE ALSO" glrad(1), make(1), mkillum(1), objview(1), oconv(1), pfilt(1), raddepend(1), ranimate(1), -rholo(1), rpict(1), rtrace(1), rview(1), touch(1), vgaimage(1), ximage(1) +rholo(1), rpict(1), rtrace(1), rvu(1), touch(1), vgaimage(1), ximage(1)