diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:38:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:38:40 (GMT) |
commit | 5b366adf8a9fb1b677eb9340f97ec764a15e5425 (patch) | |
tree | df5b51ea393c766f0a38679bb0ccd6119a6d3a0b /tests/regression | |
parent | f4d9383d2940f959c207a8ea1cfe74db29fc804d (diff) |
adding new test images for 'hole' with projection-cut
Diffstat (limited to 'tests/regression')
-rw-r--r-- | tests/regression/cgalpngtest/projection-tests-expected.png | bin | 5599 -> 5836 bytes | |||
-rw-r--r-- | tests/regression/dumptest/projection-tests-expected.txt | 18 | ||||
-rw-r--r-- | tests/regression/opencsgtest/projection-tests-expected.png | bin | 6207 -> 6531 bytes | |||
-rw-r--r-- | tests/regression/throwntogethertest/projection-tests-expected.png | bin | 5642 -> 5865 bytes |
4 files changed, 18 insertions, 0 deletions
diff --git a/tests/regression/cgalpngtest/projection-tests-expected.png b/tests/regression/cgalpngtest/projection-tests-expected.png Binary files differindex 31890b9..2610507 100644 --- a/tests/regression/cgalpngtest/projection-tests-expected.png +++ b/tests/regression/cgalpngtest/projection-tests-expected.png diff --git a/tests/regression/dumptest/projection-tests-expected.txt b/tests/regression/dumptest/projection-tests-expected.txt index 77fdbb4..69cd4f6 100644 --- a/tests/regression/dumptest/projection-tests-expected.txt +++ b/tests/regression/dumptest/projection-tests-expected.txt @@ -35,4 +35,22 @@ } } } + multmatrix([[1, 0, 0, 0], [0, 1, 0, -44], [0, 0, 1, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 5, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + projection(cut = true, convexity = 0) { + union() { + difference() { + cube(size = [5, 5, 5], center = true); + cube(size = [4, 4, 4], center = true); + } + multmatrix([[1, 0, 0, 2.1], [0, 1, 0, 2.1], [0, 0, 1, 0], [0, 0, 0, 1]]) { + difference() { + cube(size = [5, 5, 5], center = true); + cube(size = [4, 4, 4], center = true); + } + } + } + } + } + } diff --git a/tests/regression/opencsgtest/projection-tests-expected.png b/tests/regression/opencsgtest/projection-tests-expected.png Binary files differindex 98e12e2..9aabe36 100644 --- a/tests/regression/opencsgtest/projection-tests-expected.png +++ b/tests/regression/opencsgtest/projection-tests-expected.png diff --git a/tests/regression/throwntogethertest/projection-tests-expected.png b/tests/regression/throwntogethertest/projection-tests-expected.png Binary files differindex 08c2998..3be3ae0 100644 --- a/tests/regression/throwntogethertest/projection-tests-expected.png +++ b/tests/regression/throwntogethertest/projection-tests-expected.png |