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

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.29 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.30 by greg, Mon Feb 24 16:44:40 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   * Radiance animation control program
# Line 1011 | Line 1011 | int    rvr;
1011                                  putc('\n', fp); fclose(fp);
1012                          }
1013                          sprintf(combuf,
1014 <                        "(pmblur %.3f %d %s %s; rm -f %s %s) | pinterp -B",
1014 >                        "(pmblur %.3f %d %s %s; rm -f %s %s) | pinterp -B -a",
1015                                          blurf, nblur,
1016                                          fname0, fname1, fname0, fname1);
1017                          iter++;
# Line 1026 | Line 1026 | int    rvr;
1026                  if (usepfilt)
1027                          sprintf(combuf+strlen(combuf), " %s", rresopt);
1028                  else
1029 <                        sprintf(combuf+strlen(combuf), " %s -e %s",
1029 >                        sprintf(combuf+strlen(combuf), "-a %s -e %s",
1030                                          fresopt, ep);
1031                  sprintf(combuf+strlen(combuf), " %s.unf %s.zbf",
1032                                  fnbefore, fnbefore);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines