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.12 by greg, Sat Jun 6 02:11:43 2009 UTC vs.
Revision 2.13 by greg, Sun Sep 26 15:51:15 2010 UTC

# Line 89 | Line 89 | m_mirror(                      /* shade mirrored ray */
89                          for (i = 0; i < 3; i++)
90                                  nr.rdir[i] = r->rdir[i] + 2.*r->rod*r->ron[i];
91          }
92 +        checknorm(nr.rdir);
93          rayvalue(&nr);
94          multcolor(nr.rcol, nr.rcoef);
95          addcolor(r->rcol, nr.rcol);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines