summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTorsten Paul <Torsten.Paul@gmx.de>2013-10-20 18:53:51 (GMT)
committerTorsten Paul <Torsten.Paul@gmx.de>2013-10-21 17:47:48 (GMT)
commit6624fc70896abe459c234eef0cb47a3983261a03 (patch)
tree81aaf8e923383ab52a82f9c0905f3975f2db6bae /tests
parentbc4ace7e2641c67fa0677587d4c34a3d2bb239b6 (diff)
Extend sphere tests to cover the new diameter parameter.
Diffstat (limited to 'tests')
-rw-r--r--tests/regression/cgalpngtest/sphere-tests-expected.pngbin16561 -> 14190 bytes
-rw-r--r--tests/regression/dumptest/sphere-tests-expected.csg6
-rw-r--r--tests/regression/opencsgtest/sphere-tests-expected.pngbin17564 -> 15694 bytes
-rw-r--r--tests/regression/throwntogethertest/sphere-tests-expected.pngbin17564 -> 15694 bytes
4 files changed, 6 insertions, 0 deletions
diff --git a/tests/regression/cgalpngtest/sphere-tests-expected.png b/tests/regression/cgalpngtest/sphere-tests-expected.png
index 781d8a9..fd1549f 100644
--- a/tests/regression/cgalpngtest/sphere-tests-expected.png
+++ b/tests/regression/cgalpngtest/sphere-tests-expected.png
Binary files differ
diff --git a/tests/regression/dumptest/sphere-tests-expected.csg b/tests/regression/dumptest/sphere-tests-expected.csg
index 45c0858..783b7e8 100644
--- a/tests/regression/dumptest/sphere-tests-expected.csg
+++ b/tests/regression/dumptest/sphere-tests-expected.csg
@@ -30,4 +30,10 @@ group() {
multmatrix([[1, 0, 0, 11], [0, 1, 0, 22], [0, 0, 1, 0], [0, 0, 0, 1]]) {
sphere($fn = 0.1, $fa = 12, $fs = 2, r = 5);
}
+ multmatrix([[1, 0, 0, 33], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
+ }
+ multmatrix([[1, 0, 0, 33], [0, 1, 0, 11], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
+ }
}
diff --git a/tests/regression/opencsgtest/sphere-tests-expected.png b/tests/regression/opencsgtest/sphere-tests-expected.png
index d1b4845..65a6cf2 100644
--- a/tests/regression/opencsgtest/sphere-tests-expected.png
+++ b/tests/regression/opencsgtest/sphere-tests-expected.png
Binary files differ
diff --git a/tests/regression/throwntogethertest/sphere-tests-expected.png b/tests/regression/throwntogethertest/sphere-tests-expected.png
index d1b4845..65a6cf2 100644
--- a/tests/regression/throwntogethertest/sphere-tests-expected.png
+++ b/tests/regression/throwntogethertest/sphere-tests-expected.png
Binary files differ
contact: Jan Huwald // Impressum