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.94 by greg, Mon Jul 20 15:52:30 2020 UTC vs.
Revision 2.95 by greg, Sun Nov 14 17:30:02 2021 UTC

# Line 340 | 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines