--- ray/test/renders/Makefile 2018/12/01 02:06:04 1.9 +++ ray/test/renders/Makefile 2018/12/25 18:21:30 1.13 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.9 2018/12/01 02:06:04 greg Exp $ +# RCSid $Id: Makefile,v 1.13 2018/12/25 18:21:30 greg Exp $ # # Render and primitive type testing # @@ -7,7 +7,7 @@ RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1 # Image comparison command -IMG_CMP = radcompare -rms 0.08 -max 1.5 +IMG_CMP = radcompare -rms 0.07 -max 1.5 # Default target is to test everything all: test-xform \ @@ -19,13 +19,14 @@ test-mesh-def test-mesh-cyl test-mirror-fish test-mist test-trans-def test-trans-fish test-patterns-def test-patterns-plan clean: - rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf combined.rad + rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \ +*.[cg]pm{,.leaf} combined.rad # Special test of xform test-xform: combined_scene.rad xform -f combined_scene.rad | grep -v '^[ ]*#' > combined.rad - radcompare ref/combined.rad combined.rad + radcompare -max 0.04 ref/combined.rad combined.rad ### Octree for dielectric ###