# | 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, "-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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |