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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 2.77 by greg, Fri Feb 22 19:42:27 2019 UTC vs.
Revision 2.78 by greg, Wed Apr 3 16:04:33 2019 UTC

# Line 229 | Line 229 | rayshade(              /* shade ray r with material mod */
229          int     tst_irrad = do_irrad && !(r->crtype & ~(PRIMARY|TRANS));
230          OBJREC  *m;
231  
232 <        r->rxt = r->rmt = r->rot;       /* preset effective ray length */
232 >        r->rxt = r->rot;                /* preset effective ray length */
233          for ( ; mod != OVOID; mod = m->omod) {
234                  m = objptr(mod);
235                  /****** unnecessary test since modifier() is always called

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines