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.3 by greg, Thu Aug 17 21:32:29 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 105 | Line 105 | UP= +Z
105   OCTREE= $octree
106   oconv= -w -f
107   AMBF= $ambf
108 < QUAL = $qual
108 > QUAL= $qual
109   render= $rendopts
110   view= def -vp 0 -50 50 -vd 0 50 -50 -vh 45 -vv 30
111   view= fr -vp 15 -30 30 -vd 0 30 -30
# 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