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.25 by gwlarson, Tue Mar 3 11:44:46 1998 UTC vs.
Revision 2.26 by gwlarson, Tue Mar 3 19:36:43 1998 UTC

# Line 712 | Line 712 | char   *vfn;
712                                  close(open(combuf, O_RDONLY|O_CREAT, 0666));
713                          }
714                                          /* create command */
715 <        sprintf(combuf, "rpict%s -w0", rendopt);
715 >        sprintf(combuf, "rpict%s%s -w0", rendopt,
716 >                        viewopt(getview(first>1 ? first-1 : 1)));
717          if (vint(INTERP) || atoi(vval(MBLUR)))
718                  sprintf(combuf+strlen(combuf), " -z %s.zbf", vval(BASENAME));
719          sprintf(combuf+strlen(combuf), " -o %s.unf %s -S %d",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines