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.19 by greg, Tue Nov 13 19:58:33 2018 UTC vs.
Revision 2.20 by greg, Wed Feb 13 02:38:26 2019 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 +        copycolor(r->mcol, p.mcol);
222          r->rmt = r->rot + p.rmt;
223          r->rxt = r->rot + p.rxt;
224          return(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines