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

Comparing ray/src/cv/bsdfquery.c (file contents):
Revision 2.3 by greg, Fri Apr 11 20:27:23 2014 UTC vs.
Revision 2.4 by greg, Thu Aug 21 10:33:48 2014 UTC

# Line 127 | Line 127 | main(int argc, char *argv[])
127                                                  progname);
128                                  return(1);
129                          }
130 <                        bsdf = eval_rbfrep(rbf, odir)/(output_orient*odir[2]);
130 >                        bsdf = eval_rbfrep(rbf, odir);
131                  }
132                  switch (outfmt) {               /* write to stdout */
133                  case 'a':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines