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

Comparing ray/src/rt/m_mist.c (file contents):
Revision 2.18 by greg, Tue Jul 8 18:25:00 2014 UTC vs.
Revision 2.19 by greg, Tue Nov 13 19:58:33 2018 UTC

# Line 218 | Line 218 | m_mist(                /* process a ray entering or leaving some mis
218          }
219          rayvalue(&p);                           /* calls rayparticipate() */
220          copycolor(r->rcol, p.rcol);             /* return value */
221 <        r->rt = r->rot + p.rt;
221 >        r->rmt = r->rot + p.rmt;
222 >        r->rxt = r->rot + p.rxt;
223          return(1);
224   memerr:
225          error(SYSTEM, "out of memory in m_mist");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines