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

Comparing ray/src/cv/bsdf2ttree.c (file contents):
Revision 2.47 by greg, Thu May 7 02:36:37 2020 UTC vs.
Revision 2.48 by greg, Thu May 7 16:54:10 2020 UTC

# Line 25 | Line 25 | static double          pctcull = 90.;
25                                  /* sampling order */
26   static int              samp_order = 6;
27                                  /* super-sampling threshold */
28 < const double            ssamp_thresh = 0.30;
28 > static double           ssamp_thresh = 0.35;
29                                  /* number of super-samples */
30   #ifndef NSSAMP
31   #define NSSAMP          256
# Line 793 | Line 793 | main(int argc, char *argv[])
793                          goto userr;
794                  }
795                  ++eclock;
796 +                ssamp_thresh *= 0.5;            /* lower sampling threshold */
797                  add_wbsdf("-a", 1);
798                  add_wbsdf(tfmt[single_plane_incident], 1);
799                  if (dofwd) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines