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.28 by greg, Sat Oct 13 21:32:22 1990 UTC vs.
Revision 1.29 by greg, Wed Oct 24 14:44:26 1990 UTC

# Line 546 | Line 546 | printdefaults()                        /* print default values to stdout */
546   #if  RPICT
547          printf("-p  %f\t\t\t# pixel aspect ratio\n", pixaspect);
548   #endif
549        printf("-dt %f\t\t\t# direct threshold\n", shadthresh);
550        printf("-dc %f\t\t\t# direct certainty\n", shadcert);
551        printf("-dj %f\t\t\t# direct jitter\n", dstrsrc);
549   #if  RPICT|RVIEW
550          printf("-sp %-9d\t\t\t# sample pixel\n", psample);
551          printf("-st %f\t\t\t# sample threshold\n", maxdiff);
# Line 556 | Line 553 | printdefaults()                        /* print default values to stdout */
553   #if  RPICT
554          printf("-sj %f\t\t\t# sample jitter\n", dstrpix);
555   #endif
556 +        printf("-dt %f\t\t\t# direct threshold\n", shadthresh);
557 +        printf("-dc %f\t\t\t# direct certainty\n", shadcert);
558 +        printf("-dj %f\t\t\t# direct jitter\n", dstrsrc);
559          printf("-av %f %f %f\t# ambient value\n", colval(ambval,RED),
560                          colval(ambval,GRN), colval(ambval, BLU));
561          printf("-ab %-9d\t\t\t# ambient bounces\n", ambounce);

Diff Legend

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