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

Comparing ray/src/rt/m_mirror.c (file contents):
Revision 2.21 by greg, Fri Apr 19 19:01:32 2019 UTC vs.
Revision 2.22 by greg, Tue Jan 21 21:31:58 2020 UTC

# Line 102 | Line 102 | m_mirror(                      /* shade mirrored ray */
102          addcolor(r->rcol, nr.rcol);
103          r->rmt = r->rot;
104          if (rpure && r->ro != NULL && isflat(r->ro->otype))
105 <                r->rmt += r->rot + raydistance(&nr);
105 >                r->rmt += raydistance(&nr);
106          return(1);
107   }
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines