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.3 by greg, Thu Aug 6 17:56:40 1992 UTC vs.
Revision 2.4 by greg, Thu Aug 6 18:49:40 1992 UTC

# Line 15 | Line 15 | static char SCCSid[] = "$SunId$ LBL";
15   #include "resolu.h"
16  
17                                  /* rpict command */
18 < char  *rpargv[128] = {"rpict", "-S", "1", "-x", "512", "-y", "512", };
19 < int  rpargc = 7;
18 > char  *rpargv[128] = {"rpict", "-S", "1", "-x", "512", "-y", "512", "-pa", "1"};
19 > int  rpargc = 9;
20   int  rpd[3];
21   FILE  *torp, *fromrp;
22   COLR  *scanline;
23                                  /* our view parameters */
24   VIEW  ourview = STDVIEW;
25 < double  pixaspect = 0.0;
25 > double  pixaspect = 1.0;
26   int  hres = 512, vres = 512, hmult = 2, vmult = 2;
27                                  /* output file */
28   char  *outfile = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines