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

Comparing ray/src/util/rad.c (file contents):
Revision 2.28 by greg, Thu Oct 28 11:48:29 1993 UTC vs.
Revision 2.29 by greg, Sat Oct 30 10:47:05 1993 UTC

# Line 1223 | Line 1223 | char   *opts;
1223          sprintf(combuf, "rview %s%s -R %s ", vw, opts, rifname);
1224          if (rvdevice != NULL)
1225                  sprintf(combuf+strlen(combuf), "-o %s ", rvdevice);
1226 +        if (vdef(EXPOSURE))
1227 +                sprintf(combuf+strlen(combuf), "-pe %s ", vval(EXPOSURE));
1228          strcat(combuf, oct1name);
1229          if (runcom(combuf)) {           /* run it */
1230                  fprintf(stderr, "%s: error running rview\n", progname);
# Line 1303 | Line 1305 | char   *opts;
1305                          }
1306                          sprintf(combuf, "rpict%s %s %s%s %s > %s",
1307                                          rep, vw, res, opts,
1308 <                                        oct1name, rawfile);
1308 >                                oct1name, rawfile);
1309                  }
1310                  if (runcom(combuf)) {           /* run rpict */
1311                          fprintf(stderr, "%s: error rendering view %s\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines