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

Comparing ray/src/rt/normal.c (file contents):
Revision 2.42 by greg, Wed Mar 12 17:26:58 2003 UTC vs.
Revision 2.43 by greg, Tue Jun 17 21:32:46 2003 UTC

# Line 23 | Line 23 | static const char RCSid[] = "$Id$";
23   #define  MAXITER        10              /* maximum # specular ray attempts */
24   #endif
25                                          /* estimate of Fresnel function */
26 < #define  FRESNE(ci)     (exp(-6.0*(ci)) - 0.00247875217)
26 > #define  FRESNE(ci)     (exp(-6.5*(ci)) - 0.00150343919)
27  
28   static void  gaussamp();
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines