--- ray/src/rt/colortab.c 1989/10/03 14:06:58 1.4 +++ ray/src/rt/colortab.c 1989/10/03 16:15:52 1.5 @@ -27,7 +27,7 @@ static char SCCSid[] = "$SunId$ LBL"; /* minimum box count for adaptive partition */ #define MINSAMP 7 /* maximum distance^2 before color reassign */ -#define MAXDST2 5 +#define MAXDST2 12 /* maximum frame buffer depth */ #define FBDEPTH 8 /* map a color */