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.12 by greg, Tue Jun 14 04:04:51 2005 UTC vs.
Revision 2.13 by greg, Wed Apr 5 06:22:56 2006 UTC

# Line 252 | Line 252 | print_rdefaults(void)          /* print default render values
252          printf("-ms %f\t\t\t# mist sampling distance\n", ssampdist);
253          printf("-lr %-9d\t\t\t# limit reflection%s\n", maxdepth,
254                          maxdepth<=0 ? " (Russian roulette)" : "");
255 <        printf("-lw %f\t\t\t# limit weight\n", minweight);
255 >        printf("-lw %.2e\t\t\t# limit weight\n", minweight);
256   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines