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.19 by greg, Thu Oct 3 17:01:02 2013 UTC vs.
Revision 2.20 by greg, Thu Oct 3 17:27:41 2013 UTC

# Line 122 | Line 122 | eval_isotropic(char *funame)
122  
123          data_prologue();                        /* begin output */
124          if (pctcull >= 0) {
125 <                sprintf(cmd, "rttree_reduce%s -h -ff -r 3 -t %f -g %d",
126 <                                (input_orient>0 ^ output_orient>0) ? "" : " -a",
125 >                sprintf(cmd, "rttree_reduce -a -h -ff -r 3 -t %f -g %d",
126                                  pctcull, samp_order);
127                  fflush(stdout);
128                  ofp = popen(cmd, "w");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines