# | Line 7 | Line 7 | |
---|---|---|
7 | RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1 | |
8 | ||
9 | # Image comparison command | |
10 | < | IMG_CMP = radcompare -rms 0.08 -max 1.5 |
10 | > | IMG_CMP = radcompare -rms 0.07 -max 1.5 |
11 | ||
12 | # Default target is to test everything | |
13 | all: test-xform \ | |
# | Line 25 | Line 25 | clean: | |
25 | ||
26 | test-xform: combined_scene.rad | |
27 | xform -f combined_scene.rad | grep -v '^[ ]*#' > combined.rad | |
28 | < | radcompare ref/combined.rad combined.rad |
28 | > | radcompare -max 0.04 ref/combined.rad combined.rad |
29 | ||
30 | ### Octree for dielectric ### | |
31 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |