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.17 by greg, Mon Feb 17 21:56:22 2014 UTC vs.
Revision 2.18 by greg, Tue Feb 18 16:42:16 2014 UTC

# Line 32 | Line 32 | static const char RCSid[] = "$Id$";
32   #define RSCA            2.2             /* radius scaling factor (empirical) */
33   #endif
34   #ifndef SMOOTH_MSE
35 < #define SMOOTH_MSE      5e-5            /* acceptable mean squared error */
35 > #define SMOOTH_MSE      2e-5            /* acceptable mean squared error */
36   #endif
37   #ifndef SMOOTH_MSER
38 < #define SMOOTH_MSER     0.07            /* acceptable relative MSE */
38 > #define SMOOTH_MSER     0.03            /* acceptable relative MSE */
39   #endif
40   #define MAX_RAD         (GRIDRES/8)     /* maximum lobe radius */
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines