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

Comparing ray/src/util/findglare.c (file contents):
Revision 2.9 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.10 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 174 | Line 174 | char   *argv[];
174                                          progname);
175                          exit(1);
176                  }
177 <                copystruct(&ourview, &pictview);
177 >                ourview = pictview;
178          } else if (picture != NULL && !VEQ(ourview.vp, pictview.vp)) {
179                  fprintf(stderr, "%s: picture must have same viewpoint\n",
180                                  progname);
# Line 269 | Line 269 | init()                         /* initialize global variables */
269          if (indirect == NULL)
270                  memerr("indirect illuminances");
271          npixinvw = npixmiss = 0L;
272 <        copystruct(&leftview, &ourview);
273 <        copystruct(&rightview, &ourview);
272 >        leftview = ourview;
273 >        rightview = ourview;
274          spinvector(leftview.vdir, ourview.vdir, ourview.vup, maxtheta);
275          spinvector(rightview.vdir, ourview.vdir, ourview.vup, -maxtheta);
276          setview(&leftview);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines