ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/colortab.c
(Generate patch)

Comparing ray/src/rt/colortab.c (file contents):
Revision 1.4 by greg, Tue Oct 3 14:06:58 1989 UTC vs.
Revision 1.5 by greg, Tue Oct 3 16:15:52 1989 UTC

# Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL";
27                                  /* minimum box count for adaptive partition */
28   #define MINSAMP         7
29                                  /* maximum distance^2 before color reassign */
30 < #define MAXDST2         5
30 > #define MAXDST2         12
31                                  /* maximum frame buffer depth */
32   #define FBDEPTH         8
33                                  /* map a color */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines