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

Comparing ray/src/meta/rplot.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 21 22:30:18 2003 UTC

# Line 414 | Line 414 | int  xmin, ymin, xmax, ymax;
414      for (j = ymin; j <= ymax; j++)
415          for (i = xmin; i <= xmax; i++)
416              if (pattern[(attrib&074)>>2]
417 <                        [(j>>3)%(PATSIZE>>3)][i%PATSIZE] & 1<<(j&07))
417 >                        [(j>>3)%(PATSIZE>>3)][i%PATSIZE] & 1<<(j&07)) {
418  
419                  if (attrib & 0100) {
420                      pixtog(i,j,attrib&03);
421                  } else {
422                      pixmix(i,j,attrib&03);
423                  }
424 +            }
425  
426   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines