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.3 by greg, Thu Jan 1 19:31:45 2004 UTC vs.
Revision 1.6 by greg, Wed Feb 16 05:40:06 2005 UTC

# 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 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 752 | Line 772 | rpict -S 1 -o frame%02d.pic scene.oct < keyframes.vf
772   .SH ENVIRONMENT
773   RAYPATH         the directories to check for auxiliary files.
774   .SH FILES
775 < /usr/tmp/rtXXXXXX               common header information for picture sequence
775 > /tmp/rtXXXXXX           common header information for picture sequence
776   .br
777   rfXXXXXX                temporary name for recover file
778   .SH DIAGNOSTICS
# 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),
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