--- ray/src/cv/bsdfrbf.c 2014/02/18 16:42:16 2.18 +++ ray/src/cv/bsdfrbf.c 2014/03/02 01:56:03 2.19 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: bsdfrbf.c,v 2.18 2014/02/18 16:42:16 greg Exp $"; +static const char RCSid[] = "$Id: bsdfrbf.c,v 2.19 2014/03/02 01:56:03 greg Exp $"; #endif /* * Radial basis function representation for BSDF data. @@ -32,7 +32,7 @@ static const char RCSid[] = "$Id: bsdfrbf.c,v 2.18 201 #define RSCA 2.2 /* radius scaling factor (empirical) */ #endif #ifndef SMOOTH_MSE -#define SMOOTH_MSE 2e-5 /* acceptable mean squared error */ +#define SMOOTH_MSE 5e-5 /* acceptable mean squared error */ #endif #ifndef SMOOTH_MSER #define SMOOTH_MSER 0.03 /* acceptable relative MSE */