ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/bsdf2klems.c
(Generate patch)

Comparing ray/src/cv/bsdf2klems.c (file contents):
Revision 2.25 by greg, Fri May 4 23:56:49 2018 UTC vs.
Revision 2.26 by greg, Tue Mar 19 22:03:24 2019 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines