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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.59 by greg, Wed Jan 12 21:07:39 2022 UTC vs.
Revision 2.60 by greg, Tue Jul 11 02:22:30 2023 UTC

# Line 302 | Line 302 | init(                  /* set up output file and start rpict */
302                  fputnow(fp);
303                  if (pixaspect < .99 || pixaspect > 1.01)
304                          fputaspect(pixaspect, fp);
305 +                fputprims(stdprims, fp);
306                  fputformat(COLRFMT, fp);
307                  fputc('\n', fp);
308                  fprtresolu(hres*hmult, vres*vmult, fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines