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

Comparing ray/src/util/rtpict.pl (file contents):
Revision 2.12 by greg, Fri Aug 16 04:32:46 2019 UTC vs.
Revision 2.13 by greg, Fri Dec 13 21:43:47 2019 UTC

# Line 138 | Line 138 | my @res = split(/\s/, `@vwraysA -d`);
138   #####################################################################
139   ##### Generating picture with depth buffer?
140   if (defined $outzbf) {
141 <        exec "@vwraysA | @rtraceA -fff -olv @res $oct | " .
142 <                "rsplit -ih -iH -f -of $outzbf -oh -oH -of3 - | " .
141 >        exec "@vwraysA | @rtraceA -fff -olv @res '$oct' | " .
142 >                "rsplit -ih -iH -f -of '$outzbf' -oh -oH -of3 - | " .
143                  "pvalue -r -df | getinfo -a 'VIEW=$view'";
144   }
145   #####################################################################
146   ##### Base case with output picture only?
147   if (! defined $outdir) {
148 <        exec "@vwraysA | @rtraceA -ffc @res $oct | getinfo -a 'VIEW=$view'";
148 >        exec "@vwraysA | @rtraceA -ffc @res '$oct' | getinfo -a 'VIEW=$view'";
149   }
150   #####################################################################
151   ##### Layered image output case
# Line 192 | Line 192 | foreach my $oval (split //, $outlyr) {
192          delete $rtoutC{$oval};
193   }
194                          # call rtrace + rsplit
195 < exec "@vwraysA | @rtraceA -fff @res $oct | getinfo -a 'VIEW=$view' | @rsplitA";
195 > exec "@vwraysA | @rtraceA -fff @res '$oct' | getinfo -a 'VIEW=$view' | @rsplitA";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines