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.59 by greg, Wed Jul 26 15:50:03 2023 UTC vs.
Revision 2.61 by greg, Fri Feb 23 03:47:57 2024 UTC

# Line 20 | Line 20 | static const char RCSid[] = "$Id$";
20                                  /* global argv[0] */
21   char                    *progname;
22                                  /* reciprocity averaging option */
23 < static const char       *recip = " -a";
23 > static const char       *recip = "";
24                                  /* percentage to cull (<0 to turn off) */
25   static double           pctcull = 90.;
26                                  /* sampling order */
# Line 878 | Line 878 | main(int argc, char *argv[])
878                          fprintf(stderr, "\tor 3 arguments using Dx,Dy,Dz: bsdf(ix,iy,iz)\n");
879                          goto userr;
880                  }
881 +                doptimize(1);                   /* optimize definitions */
882                  ++eclock;
883                  add_wbsdf("-a", 1);
884                  add_wbsdf(tfmt[single_plane_incident], 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines