# | Line 17 | Line 17 | test-tfunc-def test-tfunc-fish test-trans-def test-tra | |
---|---|---|
17 | test-trans2-def test-trans2-fish | |
18 | ||
19 | clean: | |
20 | < | rm -f *.oct *.amb *.dat *_*.hdr *.unf combined.rad |
20 | > | rm -f *.oct *.amb *_ill.dat *_*.hdr *.unf combined.rad |
21 | ||
22 | # Special test of xform | |
23 | ||
24 | test-xform: combined_scene.rad | |
25 | < | xform -f combined_scene.rad > combined.rad |
25 | > | xform -f combined_scene.rad | grep -v '^[ ]*#' > combined.rad |
26 | radcompare ref/combined.rad combined.rad | |
27 | ||
28 | ### Octree for dielectric ### |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |