# | Line 73 | Line 73 | double shadthresh = .05, ambacc = 0.2, shadcert = .5 | |
---|---|---|
73 | ssampdist = 0, dstrsrc = 0.0, specthresh = 0.15, specjitter = 1.0, | |
74 | avgrefl = 0.5; | |
75 | int ambvwt = 0, ambssamp = 0, ambres = 32, ambounce = 0, | |
76 | < | directrelay = 1, directvis = 1, samplendx, do_irrad = 0, |
76 | > | directrelay = 1, directvis = 1, do_irrad = 0, |
77 | ambdiv = 128, vspretest = 512, maxdepth = 6, contrib = 0; | |
78 | + | unsigned long samplendx = 0; |
79 | char *ambfile = NULL, *RCCONTEXT = NULL; | |
80 | void (*trace)() = NULL, (*addobjnotify [])() = {ambnotify, NULL}; | |
81 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |