ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pmblur.csh
(Generate patch)

Comparing ray/src/px/pmblur.csh (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.3 by greg, Tue Jan 18 03:59:41 2005 UTC

# Line 4 | Line 4
4   # Generate views for motion blurring on picture
5   #
6   if ($#argv != 4) then
7 <        echo "Usage: $0 speed nsamp v0file v1file" >/dev/tty
7 >        echo "Usage: $0 speed nsamp v0file v1file"
8          exit 1
9   endif
10   set s = "$1"
# Line 14 | Line 14 | set vn = "$4"
14   cnt $n | rcalc -e `vwright C < $vc` -e `vwright N < $vn` \
15   -e "t=$s/$n"'*($1+rand($1))' \
16   -e 'opx=(1-t)*Cpx+t*Npx;opy=(1-t)*Cpy+t*Npy;opz=(1-t)*Cpz+t*Npz' \
17 < -e 'odx=(1-t)*Cdx+t*Ndx;ody=(1-t)*Cdy+t*Ndy;odz=(1-t)*Cdz+t*Ndz' \
17 > -e 'odx=(1-t)*Cdx*Cd+t*Ndx*Nd;ody=(1-t)*Cdy*Cd+t*Ndy*Nd;odz=(1-t)*Cdz*Cd+t*Ndz*Nd' \
18   -e 'oux=(1-t)*Cux+t*Nux;ouy=(1-t)*Cuy+t*Nuy;ouz=(1-t)*Cuz+t*Nuz' \
19   -e 'oh=(1-t)*Ch+t*Nh;ov=(1-t)*Cv+t*Nv' \
20   -o 'VIEW= -vp ${opx} ${opy} ${opz} -vd ${odx} ${ody} ${odz} -vu ${oux} ${ouy} ${ouz} -vh ${oh} -vv ${ov}'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines