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.29 by greg, Mon Dec 11 19:21:43 2023 UTC vs.
Revision 2.30 by greg, Fri Jan 5 18:33:26 2024 UTC

# Line 198 | Line 198 | if ($nprocs > 1 && $ambounce > 0 && $ambcache && defin
198   #####################################################################
199   ##### Generating picture with depth buffer?
200   if (defined $outzbf) {
201 <        my $picvt = $specout ? 'rmtxcomb -fc -' : "@pvalueA -df";
201 >        my $picvt = $specout ? 'rcomb -fc -' : "@pvalueA -df";
202          exec "@vwraysA -ff | @rtraceA -fff -olv @res '$oct' | " .
203                  "rsplit -ih -iH -f -of '$outzbf' -oh -oH -of$ncsamp - | " .
204                  $picvt . " | getinfo -a 'VIEW=$view'";
# Line 229 | Line 229 | my %rtoutC = (
229   # Arguments for rsplit based on output file type
230   my %rcodeC = (
231          '.hdr', ['-of3', "!@pvalueA -df -u"],
232 <        '.hsr', ["-of$ncsamp", '!rmtxcomb -fc -'],
232 >        '.hsr', ["-of$ncsamp", '!rcomb -fc -'],
233          '.dpt', ['-of', "!rcode_depth$refDepth -ff"],
234          '.nrm', ['-of3', '!rcode_norm -ff'],
235          '.idx', ['-oa', '!rcode_ident "-t       "']

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines