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

Comparing ray/src/meta/meta2tga.c (file contents):
Revision 1.2 by schorsch, Fri Aug 1 14:14:24 2003 UTC vs.
Revision 1.3 by greg, Tue Sep 16 06:32:21 2003 UTC

# Line 161 | Line 161 | thispage()             /* rewind current file */
161   initfile()              /* initialize this file */
162   {
163      static int  filenum = 0;
164 +    /*
165      static unsigned char  cmap[24] = {255,255,255, 255,152,0, 0,188,0, 0,0,255,
166                          179,179,0, 255,0,255, 0,200,200, 0,0,0};
167 +     */
168 +    static unsigned char  cmap[24] = {0,0,0, 0,0,255, 0,188,0, 255,152,0,
169 +                        0,200,200, 255,0,255, 179,179,0, 255,255,255};
170      struct hdStruct  thead;
171      register int  i;
172  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines