# | 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 */ | |
# | Line 878 | Line 878 | main(int argc, char *argv[]) | |
878 | fprintf(stderr, "\tor 3 arguments using Dx,Dy,Dz: bsdf(ix,iy,iz)\n"); | |
879 | goto userr; | |
880 | } | |
881 | + | doptimize(1); /* optimize definitions */ |
882 | ++eclock; | |
883 | add_wbsdf("-a", 1); | |
884 | add_wbsdf(tfmt[single_plane_incident], 1); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |