# | Line 27 | Line 27 | static int samp_order = 6; | |
---|---|---|
27 | const double ssamp_thresh = 0.35; | |
28 | /* number of super-samples */ | |
29 | #ifndef NSSAMP | |
30 | < | #define NSSAMP 100 |
30 | > | #define NSSAMP 64 |
31 | #endif | |
32 | /* limit on number of RBF lobes */ | |
33 | static int lobe_lim = 15000; | |
# | Line 38 | Line 38 | static int do_prog = 79; | |
38 | static char *wrapBSDF[MAXCARG] = {"wrapBSDF", "-U"}; | |
39 | static int wbsdfac = 2; | |
40 | ||
41 | < | /* Add argument to wrapBSDF, allocating space if isstatic */ |
41 | > | /* Add argument to wrapBSDF, allocating space if !isstatic */ |
42 | static void | |
43 | add_wbsdf(const char *arg, int isstatic) | |
44 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |