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.5 by greg, Wed Sep 6 23:57:56 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines