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.34 by greg, Tue May 27 15:30:04 2003 UTC vs.
Revision 2.35 by greg, Thu May 29 14:53:36 2003 UTC

# Line 721 | Line 721 | char   *vfn;
721                                  close(open(combuf, O_RDONLY|O_CREAT, 0666));
722                          }
723                                          /* create command */
724 <        sprintf(combuf, "rpict%s -w0", rendopt);
724 >        sprintf(combuf, "rpict%s%s -w0", rendopt,
725 >                        viewopt(getview(first>1 ? first-1 : 1)));
726          inspoint = combuf;
727          while (*inspoint) inspoint++;
728          if (nblur) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines