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.32 by greg, Tue Apr 9 22:39:33 2019 UTC vs.
Revision 2.33 by greg, Wed May 8 16:38:19 2019 UTC

# Line 38 | Line 38 | static const char RCSid[] = "$Id$";
38   #define SMOOTH_MSE      5e-5            /* acceptable mean squared error */
39   #endif
40   #ifndef SMOOTH_MSER
41 < #define SMOOTH_MSER     0.0025          /* acceptable relative MSE */
41 > #define SMOOTH_MSER     0.0016          /* acceptable relative MSE */
42   #endif
43   #define MAX_RAD         (GRIDRES/8)     /* maximum lobe radius */
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines