14 |
|
test-dielectric-fish test-glass-def test-glass-fish test-glass-up \ |
15 |
|
test-tfunc-def test-tfunc-fish test-inst-def test-inst-fish \ |
16 |
|
test-mesh-def test-mesh-cyl test-mirror-fish test-mist-def \ |
17 |
< |
test-trans-def test-trans-fish |
17 |
> |
test-trans-def test-trans-fish test-patterns-def |
18 |
|
|
19 |
|
clean: |
20 |
|
rm -f *.oct *.amb *_ill.dat *_*.hdr *.unf combined.rad |
373 |
|
rad -v win trans2.rif |
374 |
|
|
375 |
|
### End trans2-win tests |
376 |
+ |
|
377 |
+ |
### Octree for patterns ### |
378 |
+ |
|
379 |
+ |
patterns.oct: patterns.rif |
380 |
+ |
rad -v 0 patterns.rif |
381 |
+ |
|
382 |
+ |
### Reference and test for patterns view def ### |
383 |
+ |
|
384 |
+ |
test-patterns-def: ref/patterns_def.hdr patterns_def.hdr |
385 |
+ |
$(RDU_PFILT) patterns_def.hdr | $(IMG_CMP) ref/patterns_def.hdr - |
386 |
+ |
|
387 |
+ |
ref/patterns_def.hdr: |
388 |
+ |
make patterns_def.hdr |
389 |
+ |
$(RDU_PFILT) patterns_def.hdr > ref/patterns_def.hdr |
390 |
+ |
|
391 |
+ |
patterns_def.hdr: patterns.oct |
392 |
+ |
rad -v def patterns.rif |
393 |
+ |
|
394 |
+ |
### End patterns-def tests |