# | Line 28 | Line 28 | static int samp_order = 6; | |
---|---|---|
28 | /* super-sampling threshold */ | |
29 | static double ssamp_thresh = 0.35; | |
30 | /* number of super-samples */ | |
31 | < | static int nssamp = 256; |
31 | > | static int nssamp = 64; |
32 | /* limit on number of RBF lobes */ | |
33 | static int lobe_lim = 15000; | |
34 | /* progress bar length */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |