| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |