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.45 by greg, Wed May 6 01:30:00 2020 UTC vs.
Revision 2.46 by greg, Wed May 6 02:28:21 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.35;
28 > const double            ssamp_thresh = 0.25;
29                                  /* number of super-samples */
30   #ifndef NSSAMP
31 < #define NSSAMP          64
31 > #define NSSAMP          256
32   #endif
33                                  /* limit on number of RBF lobes */
34   static int              lobe_lim = 15000;
# Line 633 | Line 633 | main(int argc, char *argv[])
633                  switch (argv[i][1]) {           /* get options */
634                  case 'e':
635                          scompile(argv[++i], NULL, 0);
636 +                        if (single_plane_incident < 0)
637 +                                single_plane_incident = 0;
638                          break;
639                  case 'f':
640                          if (!argv[i][2]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines