ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/rt/rmain.c
(Generate patch)

Comparing ray/src/rt/rmain.c (file contents):
Revision 1.12 by greg, Wed Jun 7 22:22:37 1989 UTC vs.
Revision 1.13 by greg, Thu Jun 8 17:04:36 1989 UTC

# Line 175 | Line 175 | char  *argv[];
175   #endif
176                  case 'd':                               /* direct */
177                          switch (argv[i][2]) {
178 <                        case 't':                               /* tolerance */
178 >                        case 't':                               /* threshold */
179                                  check(3,1);
180                                  shadthresh = atof(argv[++i]);
181                                  break;
# Line 194 | Line 194 | char  *argv[];
194                                  check(3,1);
195                                  psample = atoi(argv[++i]);
196                                  break;
197 <                        case 'd':                               /* difference */
197 >                        case 't':                               /* threshold */
198                                  check(3,1);
199                                  maxdiff = atof(argv[++i]);
200                                  break;
# Line 537 | Line 537 | printdefaults()                        /* print default values to stdout */
537          printf("-x  %-9d\t\t\t# x resolution\n", hresolu);
538          printf("-y  %-9d\t\t\t# y resolution\n", vresolu);
539   #endif
540 <        printf("-dt %f\t\t\t# direct tolerance\n", shadthresh);
540 >        printf("-dt %f\t\t\t# direct threshold\n", shadthresh);
541          printf("-dj %f\t\t\t# direct jitter\n", dstrsrc);
542   #if  RPICT|RVIEW
543          printf("-sp %-9d\t\t\t# sample pixel\n", psample);
544 <        printf("-sd %f\t\t\t# sample difference\n", maxdiff);
544 >        printf("-st %f\t\t\t# sample threshold\n", maxdiff);
545   #if  RPICT
546          printf("-sj %f\t\t\t# sample jitter\n", dstrpix);
547   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)