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

Comparing ray/src/hd/rhpict2.c (file contents):
Revision 3.17 by greg, Fri Oct 5 19:19:16 2018 UTC vs.
Revision 3.18 by greg, Thu May 14 20:58:03 2020 UTC

# Line 99 | Line 99 | pixBeam(                       /* render a particular beam */
99                          VSUM(wp, myview.vp, rdir, FHUGE);
100                          prox = 1.;
101                  }
102 <                if (viewloc(ip, &myview, wp) != 1)
102 >                if (viewloc(ip, &myview, wp) != VL_GOOD)
103                          continue;               /* frustum clipping */
104                  if (myview.vaft > FTINY && ip[2] > myview.vaft - myview.vfore)
105                          continue;               /* not exact for VT_PER */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines