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

Comparing ray/src/rt/ambient.c (file contents):
Revision 2.114 by greg, Mon Apr 11 00:45:30 2022 UTC vs.
Revision 2.115 by greg, Mon Apr 25 03:38:30 2022 UTC

# Line 639 | Line 639 | initambfile(           /* initialize ambient file */
639                                  ambvwt, ambounce, ambacc);
640                  fprintf(ambfp, "-ad %d -as %d -ar %d ",
641                                  ambdiv, ambssamp, ambres);
642 <                fprintf(ambfp, "-dt %g -dc %g -ss %g -lr %d -lw %g ",
643 <                                shadthresh, shadcert, specjitter,
644 <                                maxdepth, minweight);
642 >                fprintf(ambfp, "-dr %d -ds %g -dt %g -dc %g ", directrelay,
643 >                                srcsizerat, shadthresh, shadcert);
644 >                fprintf(ambfp, "-ss %g -st %g -lr %d -lw %g ", specjitter,
645 >                                specthresh, maxdepth, minweight);
646                  if (octname != NULL)
647                          fputs(octname, ambfp);
648                  fputc('\n', ambfp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines