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.39 by schorsch, Thu Jun 26 00:58:11 2003 UTC vs.
Revision 2.40 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 401 | Line 401 | rpiece()                       /* render picture piece by piece */
401          VIEW  pview;
402          int  xorg, yorg;
403                                          /* compute view parameters */
404 <        copystruct(&pview, &ourview);
404 >        pview = ourview;
405          switch (ourview.type) {
406          case VT_PER:
407                  pview.horiz = 2.*180./PI*atan(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines