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

Comparing ray/src/cv/bsdfrbf.c (file contents):
Revision 2.34 by greg, Wed Jun 29 15:52:07 2022 UTC vs.
Revision 2.35 by greg, Wed Nov 5 22:29:21 2025 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.0016          /* acceptable relative MSE */
41 > #define SMOOTH_MSER     0.0005          /* acceptable relative MSE */
42   #endif
43   #define MAX_RAD         (GRIDRES/8)     /* maximum lobe radius */
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)