ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpict.c
(Generate patch)

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.77 by greg, Wed Apr 5 06:22:56 2006 UTC vs.
Revision 2.78 by greg, Tue Mar 11 02:21:47 2008 UTC

# Line 710 | Line 710 | pixvalue(              /* compute pixel value */
710                          }
711                  } else {                        /* non-standard view case */
712                          double  dfd = PI/4.*dblur*(.5 - frandom());
713 <                        if (ourview.type != VT_ANG) {
713 >                        if (ourview.type != VT_ANG && ourview.type != VT_PLS) {
714                                  if (ourview.type != VT_CYL)
715                                          dfh /= sqrt(ourview.hn2);
716                                  dfv /= sqrt(ourview.vn2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines