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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.5 by schorsch, Mon Jun 30 14:59:13 2003 UTC vs.
Revision 3.6 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 456 | Line 456 | int    n;
456                          fclose(viewfp);
457                          viewfp = NULL;
458                          viewnum = 0;
459 <                        copystruct(&curview, &stdview);
459 >                        curview = stdview;
460                  }
461                  return(NULL);
462          }
# Line 472 | Line 472 | int    n;
472                          perror(vval(VIEWFILE));
473                          quit(1);
474                  }
475 <                copystruct(&curview, &stdview);
475 >                curview = stdview;
476                  viewnum = 0;
477          }
478          if (n < 0) {                            /* get next view */
# Line 761 | Line 761 | int    n;
761                  om->cprio = om->prio;
762          }
763                                          /* XXX bxfm relies on call order */
764 <        if (framestep)
764 >        if (framestep) {
765                  if (invmat4(om->bxfm, om->cxfm))
766                          multmat4(om->bxfm, om->bxfm, oxf.xfm);
767                  else
768                          setident4(om->bxfm);
769 +        }
770                                          /* all done */
771          return(xfp);
772   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines