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.7 by greg, Fri Aug 20 20:03:00 2004 UTC vs.
Revision 2.8 by greg, Tue May 31 18:01:09 2005 UTC

# Line 245 | Line 245 | print_rdefaults(void)          /* print default render values
245                          colval(salbedo,GRN), colval(salbedo,BLU));
246          printf("-mg %f\t\t\t# mist scattering eccentricity\n", seccg);
247          printf("-ms %f\t\t\t# mist sampling distance\n", ssampdist);
248 <        printf("-lr %-9d\t\t\t# limit reflection\n", maxdepth);
248 >        printf("-lr %-9d\t\t\t# limit reflection%s\n", maxdepth,
249 >                        maxdepth<=0 ? " (Russian roulette)" : "");
250          printf("-lw %f\t\t\t# limit weight\n", minweight);
251   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines