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

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

# Line 268 | Line 268 | putleaf(               /* put a leaf in our tree */
268                  return(0);
269                                          /* compute leaf location in view */
270          VCOPY(wp, qtL.wp[li]);
271 <        if (viewloc(ip, &odev.v, wp) != 1)
271 >        if (viewloc(ip, &odev.v, wp) != VL_GOOD)
272                  goto dropit;                    /* behind or outside view */
273   #ifdef DEBUG
274          if (odev.v.type == VT_PAR | odev.v.vfore > FTINY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines