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.30 by greg, Fri Jan 5 18:33:26 2024 UTC vs.
Revision 2.31 by greg, Thu Jan 23 01:59:17 2025 UTC

# Line 179 | Line 179 | if ($nprocs > 1 && $ambounce > 0 && $ambcache && defin
179                  system "@vwraysA -ff -i < /tmp/ord$$.txt " .
180                          "| @rtraceA -ffa -ov '$oct' > /tmp/pix$$.txt";
181                  die "Error running rtrace\n" if ( $? );
182 <                system "( getinfo < /tmp/pix$$.txt | getinfo -a 'VIEW=$view'; " .
182 >                system "( getinfo < /tmp/pix$$.txt | getinfo -r NCOMP " .
183 >                        "| getinfo -a 'VIEW=$view'; " .
184                          "getinfo - < /tmp/pix$$.txt | rlam /tmp/ord$$.txt - " .
185                          "| sort -k2rn -k1n ) | @pvalueA -Y $res[3] +X $res[1]";
186                  die "rlam error\n" if ( $? );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines