--- ray/src/cv/bsdfrbf.c 2016/12/06 23:39:54 2.30 +++ ray/src/cv/bsdfrbf.c 2018/08/01 17:00:22 2.31 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: bsdfrbf.c,v 2.30 2016/12/06 23:39:54 greg Exp $"; +static const char RCSid[] = "$Id: bsdfrbf.c,v 2.31 2018/08/01 17:00:22 greg Exp $"; #endif /* * Radial basis function representation for BSDF data. @@ -38,7 +38,7 @@ static const char RCSid[] = "$Id: bsdfrbf.c,v 2.30 201 #define SMOOTH_MSE 5e-5 /* acceptable mean squared error */ #endif #ifndef SMOOTH_MSER -#define SMOOTH_MSER 0.03 /* acceptable relative MSE */ +#define SMOOTH_MSER 0.01 /* acceptable relative MSE */ #endif #define MAX_RAD (GRIDRES/8) /* maximum lobe radius */