| # | Line 31 | Line 31 | static const char klems_half[] = "LBNL/Klems Half"; | |
|---|---|---|
| 31 | static const char klems_quarter[] = "LBNL/Klems Quarter"; | |
| 32 | static const char *kbasis = klems_full; | |
| 33 | /* number of BSDF samples per patch */ | |
| 34 | < | static int npsamps = 256; |
| 34 | > | static int npsamps = 1024; |
| 35 | /* limit on number of RBF lobes */ | |
| 36 | static int lobe_lim = 15000; | |
| 37 | /* progress bar length */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |