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

Comparing ray/doc/man/man1/rpict.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.5 by greg, Tue Jan 18 01:13:23 2005 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH RPICT 1 2/26/99 RADIANCE
3   .SH NAME
4   rpict - generate a RADIANCE picture
# Line 89 | Line 89 | center of a parallel projection.
89   .BI -vd " xd yd zd"
90   Set the view direction vector to
91   .I "xd yd zd".
92 + The length of this vector indicates the focal distance as needed by the
93 + .I \-pd
94 + option, described below.
95   .TP
96   .BI -vu " xd yd zd"
97   Set the view up vector (vertical direction) to
# Line 163 | Line 166 | option.
166   .BI -vf \ file
167   Get view parameters from
168   .I file,
169 < which may be a picture or a file created by rview (with the "view" command).
169 > which may be a picture or a file created by rvu (with the "view" command).
170   .TP
171   .BI -x \ res
172   Set the maximum x resolution to
# Line 226 | Line 229 | to use a very small fraction with the
229   .I \-pm
230   option, to avoid the ghosting effect of too few time samples.
231   .TP
232 + .BI -pd \ dia
233 + Set the pixel depth-of-field aperture to a diameter of
234 + .I dia
235 + (in world coordinates).
236 + This will be used in conjunction with the view focal distance, indicated
237 + by the length of the view direction vector given in the
238 + .I \-vd
239 + option.
240 + It is not advisable to use this option in combination with the
241 + .I pdfblur(1)
242 + program, since one takes the place of the other.
243 + However, it may improve results with
244 + .I pdfblur
245 + to use a very small fraction with the
246 + .I \-pd
247 + option, to avoid the ghosting effect of too few samples.
248 + .TP
249   .BI -dj \ frac
250   Set the direct jittering to
251   .I frac.
# Line 768 | Line 788 | option.
788   .SH AUTHOR
789   Greg Ward
790   .SH "SEE ALSO"
791 < getinfo(1), lookamb(1), oconv(1), pfilt(1), pinterp(1), pmblur(1),
792 < printf(3), ra_rgbe(1), rad(1), rtrace(1), rview(1)
791 > getinfo(1), lookamb(1), oconv(1), pdfblur(1), pfilt(1), pinterp(1), pmblur(1),
792 > printf(3), ra_rgbe(1), rad(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines