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.9 by greg, Tue Jul 23 18:17:55 2019 UTC vs.
Revision 2.10 by greg, Wed Aug 14 22:18:03 2019 UTC

# Line 155 | Line 155 | my @rsplitA = ("rsplit", "'-t  '", "-ih", "-iH", "-oh",
155   # Supported rtrace -o* options and output file name.typ
156   my %rtoutC = (
157          v =>    'radiance.hdr',
158 <        r =>    'mirrored.hdr',
159 <        x =>    'unmirrored.hdr',
160 <        l =>    'effective.dpt',
161 <        L =>    'firstsurface.dpt',
162 <        R =>    'mirrored.dpt',
163 <        X =>    'unmirrored.dpt',
158 >        r =>    'r_refl.hdr',
159 >        x =>    'r_unrefl.hdr',
160 >        l =>    'd_effective.dpt',
161 >        L =>    'd_firstsurf.dpt',
162 >        R =>    'd_refl.dpt',
163 >        X =>    'd_unrefl.dpt',
164          n =>    'perturbed.nrm',
165          N =>    'unperturbed.nrm',
166          s =>    'surface.idx',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines