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

Comparing ray/src/rt/dielectric.c (file contents):
Revision 2.22 by greg, Mon Oct 25 22:57:45 2010 UTC vs.
Revision 2.23 by greg, Wed Aug 7 05:10:09 2013 UTC

# Line 74 | Line 74 | m_dielectric(  /* color a ray which hit a dielectric in
74          COLOR  ctrans;
75          COLOR  talb;
76          int  hastexture;
77 <        double  transdist, transtest=0;
78 <        double  mirdist, mirtest=0;
77 >        double  transdist=0, transtest=0;
78 >        double  mirdist=0, mirtest=0;
79          int     flatsurface;
80          double  refl, trans;
81          FVECT  dnorm;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines