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

Comparing ray/src/cv/bsdfrbf.c (file contents):
Revision 2.29 by greg, Tue Dec 6 23:19:50 2016 UTC vs.
Revision 2.30 by greg, Tue Dec 6 23:39:54 2016 UTC

# Line 32 | Line 32 | static const char RCSid[] = "$Id$";
32   #define RSCA            2.0             /* radius scaling factor (empirical) */
33   #endif
34   #ifndef MAXSLOPE
35 < #define MAXSLOPE        1000.0          /* maximum slope for smooth region */
35 > #define MAXSLOPE        200.0           /* maximum slope for smooth region */
36   #endif
37   #ifndef SMOOTH_MSE
38   #define SMOOTH_MSE      5e-5            /* acceptable mean squared error */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines