| # | Line 61 | Line 61 | test-wrapBSDF: ttree.txt | |
|---|---|---|
| 61 | rm -f testBSDF.xml | |
| 62 | ||
| 63 | test.mtx: ../renders/ref/rfmirror.mtx | |
| 64 | < | rcollate -t ../renders/ref/rfmirror.mtx > test.mtx |
| 64 | > | rcollate -c -t ../renders/ref/rfmirror.mtx > test.mtx |
| 65 | ||
| 66 | ttree.txt: | |
| 67 | cnt 256 | rcalc -e '$$1=floor(sin(PI/256*recno)*40)' \ | |
| # | Line 82 | Line 82 | test-dctimestep: test.mtx | |
| 82 | ||
| 83 | test-rcrop: test.mtx | |
| 84 | rcrop 15 31 75 19 test.mtx > cropped.mtx | |
| 85 | < | radcompare -v ref/cropped.mtx cropped.mtx |
| 85 | > | radcompare ref/cropped.mtx cropped.mtx |
| 86 | rm -f cropped.mtx | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |