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

Comparing ray/src/rt/m_brdf.c (file contents):
Revision 2.34 by greg, Wed Jan 10 04:08:50 2018 UTC vs.
Revision 2.35 by greg, Wed Jan 10 17:45:11 2018 UTC

# Line 209 | Line 209 | m_brdf(                        /* color a ray that hit a BRDTfunc material
209          int  hitfront = 1;
210          BRDFDAT  nd;
211          RAY  sr;
212 <        double  mirtest=0, mirdist=0;
213 <        double  transtest, transdist;
212 >        double  mirtest=0, mirdist;
213 >        double  transtest=0, transdist;
214          int  hasrefl, hastrans;
215          int  hastexture;
216          COLOR  ctmp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines