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

Comparing ray/src/util/genklemsamp.pl (file contents):
Revision 2.7 by greg, Sun Sep 26 15:40:53 2010 UTC vs.
Revision 2.8 by greg, Thu Jan 27 22:28:12 2011 UTC

# Line 76 | Line 76 | if ($#ARGV >= 0) {
76          push @vd, $_;
77          $_ = $vwset; s/^.*Vdz://; s/;.*$//;
78          push @vd, $_;
79 <        my @bcube = split /\s+/, `getinfo -d < $td/surf.oct`;
79 >        my @bcube = split ' ', `getinfo -d < $td/surf.oct`;
80          $width = $bcube[3]*sqrt(3);
81          $height = $width;
82          push @vopts, ("-vp", $bcube[0]+$bcube[3]/2-$width/2*$vd[0],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines