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.61 by greg, Fri Feb 23 03:47:57 2024 UTC vs.
Revision 2.62 by greg, Wed May 21 20:42:48 2025 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines