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 1.12 by greg, Mon Jan 8 13:38:01 1990 UTC vs.
Revision 1.13 by greg, Tue Jan 9 09:07:29 1990 UTC

# Line 24 | Line 24 | static char SCCSid[] = "$SunId$ LBL";
24   VIEW  ourview = STDVIEW;                /* view parameters */
25   int  hresolu = 512;                     /* horizontal resolution */
26   int  vresolu = 512;                     /* vertical resolution */
27 + double  pixaspect = 1.0;                /* pixel aspect ratio */
28  
29   int  psample = 4;                       /* pixel sample size */
30   double  maxdiff = .05;                  /* max. difference for interpolation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines