| # | 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'); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |