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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.93 by greg, Sat May 4 00:32:47 2019 UTC vs.
Revision 2.96 by greg, Fri Dec 3 16:50:05 2021 UTC

# Line 135 | Line 135 | static int pixnumber(int  x, int  y, int  xres, int  y
135  
136  
137   void
138 < quit(code)                      /* quit program */
139 < int  code;
138 > quit(int code)                  /* quit program */
139   {
140          if (code)                       /* report status */
141                  report(0);
# Line 341 | Line 340 | rpict(                 /* generate image(s) */
340                  if ((pa < .99) | (pa > 1.01))
341                          fputaspect(pa, stdout);
342                  fputnow(stdout);
343 +                fputprims(stdprims, stdout);
344                  fputformat(COLRFMT, stdout);
345                  putchar('\n');
346                  if (zout != NULL)
# Line 660 | Line 660 | pixvalue(              /* compute pixel value */
660          int  y
661   )
662   {
663        extern void  SDsquare2disk(double ds[2], double seedx, double seedy);
663          RAY  thisray;
664          FVECT   lorg, ldir;
665          double  hpos, vpos, vdist, lmax;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines