ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/bsdfview.pl
(Generate patch)

Comparing ray/src/util/bsdfview.pl (file contents):
Revision 2.4 by greg, Sat Aug 26 16:07:22 2017 UTC vs.
Revision 2.6 by greg, Wed Oct 18 19:30:48 2017 UTC

# Line 12 | Line 12 | my $td = tempdir( CLEANUP => 0 );
12   my $octree = "$td/bv$$.oct";
13   my $ambf = "$td/af$$.amb";
14   my $raddev = "x11";     # default output device. Overwrite with -o
15 < my $qual = "Low";
15 > my $qual = "Med";
16   my $usetrad = 0;
17  
18   my $opts = "";  # Options common to rad
# Line 118 | Line 118 | EndOfRif
118   close(FH);
119  
120   if ($usetrad) {
121 <        system "trad $rif";
121 >        system "rad -v 0 $rif ; trad $rif";
122   } else {
123          system "rad -o $raddev $opts $rif";
124   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines