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.27 by greg, Wed Nov 15 18:02:53 2023 UTC

# Line 15 | Line 15 | my %rtraceC = ('-dt',1, '-dc',1, '-dj',1, '-ds',1, '-d
15                  '-ab',1, '-af',1, '-ai',1, '-aI',1, '-ae',1, '-aE',1,
16                  '-av',3, '-aw',1, '-aa',1, '-ar',1, '-ad',1, '-as',1,
17                  '-me',3, '-ma',3, '-mg',1, '-ms',1, '-lr',1, '-lw',1,
18 <                '-ap',2, '-am',1, '-ac',1, '-aC',1);
18 >                '-ap',2, '-am',1, '-ac',1, '-aC',1,
19 >                '-cs',1, '-cw',2, '-pc',8, '-pRGB',0, '-pXYZ',0);
20   # boolean rtrace options
21   my @boolO = ('-w', '-bv', '-dv', '-i', '-u');
22   # view options and the associated number of arguments
# Line 26 | Line 27 | my %vwraysC = ('-vf',1, '-vtv',0, '-vtl',0, '-vth',0,
27   my %ignoreC = ('-t',1, '-ps',1, '-pt',1, '-pm',1,);
28   # Starting options for rtrace (rpict values)
29   my @rtraceA = split(' ', 'rtrace -u- -dt .05 -dc .5 -ds .25 -dr 1 ' .
30 <                                '-aa .2 -ar 64 -ad 512 -as 128 -lr 7 -lw 1e-03');
30 >                                '-aa .2 -ar 64 -ad 512 -as 128 -lr 7 -lw 1e-04');
31   my @vwraysA = ('vwrays', '-pj', '.67');
32   my @vwrightA = ('vwright', '-vtv');
33   my @rpictA = ('rpict', '-ps', '1');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines