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

Comparing ray/src/rt/rv3.c (file contents):
Revision 1.10 by greg, Tue Jan 9 09:07:33 1990 UTC vs.
Revision 1.11 by greg, Tue Jan 9 11:38:19 1990 UTC

# Line 167 | Line 167 | newimage()                             /* start a new image */
167                                                  /* compute resolution */
168          hresolu = dev->xsiz;
169          vresolu = dev->ysiz;
170 <        normaspect(&ourview, &dev->pixaspect, &hresolu, &vresolu);
170 >        normaspect(viewaspect(&ourview), &dev->pixaspect, &hresolu, &vresolu);
171          pframe.l = pframe.d = 0;
172          pframe.r = hresolu; pframe.u = vresolu;
173          pdepth = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines