# | Line 89 | Line 89 | double minweight = 4e-3; /* minimum ray weight */ | |
---|---|---|
89 | char *ambfile = NULL; /* ambient file name */ | |
90 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
91 | int ambvwt = 0; /* initial weight for ambient value */ | |
92 | < | double ambacc = 0.15; /* ambient accuracy */ |
92 | > | double ambacc = 0.2; /* ambient accuracy */ |
93 | int ambres = 64; /* ambient resolution */ | |
94 | int ambdiv = 512; /* ambient divisions */ | |
95 | int ambssamp = 128; /* ambient super-samples */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |