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.25 by greg, Tue Apr 12 00:30:58 2022 UTC vs.
Revision 2.26 by greg, Tue Jan 24 21:54:49 2023 UTC

# Line 26 | Line 26 | my %vwraysC = ('-vf',1, '-vtv',0, '-vtl',0, '-vth',0,
26   my %ignoreC = ('-t',1, '-ps',1, '-pt',1, '-pm',1,);
27   # Starting options for rtrace (rpict values)
28   my @rtraceA = split(' ', 'rtrace -u- -dt .05 -dc .5 -ds .25 -dr 1 ' .
29 <                                '-aa .2 -ar 64 -ad 512 -as 128 -lr 7 -lw 1e-03');
29 >                                '-aa .2 -ar 64 -ad 512 -as 128 -lr 7 -lw 1e-04');
30   my @vwraysA = ('vwrays', '-pj', '.67');
31   my @vwrightA = ('vwright', '-vtv');
32   my @rpictA = ('rpict', '-ps', '1');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines