1 |
|
.\" RCSid "$Id$" |
2 |
< |
.TH PMDBLUR 1 1/17/05 NAME |
2 |
> |
.TH PMDBLUR 1 1/17/05 RADIANCE |
3 |
> |
.SH NAME |
4 |
|
pmdblur - generate views for combined camera motion and depth blurring |
5 |
|
.SH SYNOPSIS |
6 |
|
.B pmdblur |
111 |
|
which may appear using |
112 |
|
.I pmdblur |
113 |
|
with a small number of time samples. |
114 |
+ |
.PP |
115 |
+ |
To simulate a particular camera's aperture, divide the focal length of |
116 |
+ |
the lens by the f-number, then convert to the corresponding |
117 |
+ |
world coordinate units. |
118 |
+ |
For example, if you wish to simulate a 50mm lens at f/2.0 in |
119 |
+ |
a scene modeled in meters, then you divide 50mm by 2.0 to get 25mm, |
120 |
+ |
which corresponds to an effective aperture of 0.025 meters. |
121 |
|
.SH EXAMPLES |
122 |
|
To use |
123 |
|
.I pinterp |
125 |
|
animation, where the camera shutter is open for 1/4 of the |
126 |
|
interframe distance with an aperture of 0.1 world units: |
127 |
|
.IP "" .2i |
128 |
< |
pmdblur .25 .1 8 fr1023.pic fr1024.pic | pinterp -B -vf fr1023.pic -x 640 -y 480 |
129 |
< |
fr1023.pic fr1023.zbf fr1024.pic fr1024.zbf > fr1023b.pic |
128 |
> |
pmdblur .25 .1 8 fr1023.hdr fr1024.hdr | pinterp \-B \-vf fr1023.hdr \-x 640 \-y 480 |
129 |
> |
fr1023.hdr fr1023.zbf fr1024.hdr fr1024.zbf > fr1023b.hdr |
130 |
|
.SH AUTHOR |
131 |
|
Greg Ward |
132 |
|
.SH "SEE ALSO" |
133 |
< |
pcomb(1), pdfblur(1), pinterp(1), pmblur(1), rcalc(1), rpict(1), vwright(1) |
133 |
> |
pcomb(1), pdfblur(1), pinterp(1), pmblur(1), pmblur2(1), |
134 |
> |
rcalc(1), rpict(1), vwright(1) |