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

Comparing ray/src/rt/renderopts.c (file contents):
Revision 2.13 by greg, Wed Apr 5 06:22:56 2006 UTC vs.
Revision 2.14 by greg, Fri Oct 8 22:08:26 2010 UTC

# Line 82 | Line 82 | getrenderopt(          /* get next render option */
82                          check(3,"f");
83                          specthresh = atof(av[1]);
84                          return(1);
85 <                case 'j':                               /* jitter */
85 >                case 's':                               /* sampling */
86                          check(3,"f");
87                          specjitter = atof(av[1]);
88                          return(1);
# Line 232 | Line 232 | print_rdefaults(void)          /* print default render values
232          printf("-dp %-9d\t\t\t# direct pretest density\n", vspretest);
233          printf(directvis ? "-dv+\t\t\t\t# direct visibility on\n" :
234                          "-dv-\t\t\t\t# direct visibility off\n");
235 <        printf("-sj %f\t\t\t# specular jitter\n", specjitter);
235 >        printf("-ss %f\t\t\t# specular sampling\n", specjitter);
236          printf("-st %f\t\t\t# specular threshold\n", specthresh);
237          printf("-av %f %f %f\t# ambient value\n", colval(ambval,RED),
238                          colval(ambval,GRN), colval(ambval, BLU));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines