--- ray/src/rt/noise3.c 1993/03/08 12:37:25 2.3 +++ ray/src/rt/noise3.c 1993/08/09 10:03:45 2.4 @@ -46,7 +46,7 @@ static interpolate(); static long xlim[3][2]; static double xarg[3]; -#define EPSILON .0001 /* error allowed in fractal */ +#define EPSILON .001 /* error allowed in fractal */ #define frand3(x,y,z) frand(17*(x)+23*(y)+29*(z))