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.113 by greg, Mon Mar 7 19:30:53 2022 UTC vs.
Revision 2.114 by greg, Mon Apr 11 00:45: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);
645                  if (octname != NULL)
646                          fputs(octname, ambfp);
647                  fputc('\n', ambfp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines