diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-27 04:53:41 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-27 04:53:41 (GMT) |
commit | 886bc85eec1b3d4c0f10c82a7e90adb15dddfe47 (patch) | |
tree | 5dddcc356535a5cee9416c41f858a9f51d11a06c /tests | |
parent | ba20c0e800566c649a8e48937a71c849e5aba96a (diff) |
Fixes remaining dxfdim() issue from #217
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regression/cgalpngtest/localfiles-test-expected.png | bin | 8454 -> 11732 bytes | |||
-rw-r--r-- | tests/regression/dumptest/localfiles-test-expected.txt | 3 | ||||
-rw-r--r-- | tests/regression/opencsgtest/localfiles-test-expected.png | bin | 8844 -> 12657 bytes | |||
-rw-r--r-- | tests/regression/throwntogethertest/localfiles-test-expected.png | bin | 8844 -> 12657 bytes |
4 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/cgalpngtest/localfiles-test-expected.png b/tests/regression/cgalpngtest/localfiles-test-expected.png Binary files differindex 3ad3d96..d0cfd50 100644 --- a/tests/regression/cgalpngtest/localfiles-test-expected.png +++ b/tests/regression/cgalpngtest/localfiles-test-expected.png diff --git a/tests/regression/dumptest/localfiles-test-expected.txt b/tests/regression/dumptest/localfiles-test-expected.txt index acdf7e7..7a84e88 100644 --- a/tests/regression/dumptest/localfiles-test-expected.txt +++ b/tests/regression/dumptest/localfiles-test-expected.txt @@ -13,5 +13,8 @@ surface(file = "localfiles_dir/localfile.dat", center = false); } } + multmatrix([[1, 0, 0, 0], [0, 1, 0, -200], [0, 0, 1, 0], [0, 0, 0, 1]]) { + sphere($fn = 0, $fa = 12, $fs = 2, r = 100); + } } diff --git a/tests/regression/opencsgtest/localfiles-test-expected.png b/tests/regression/opencsgtest/localfiles-test-expected.png Binary files differindex 7bc7909..f280efd 100644 --- a/tests/regression/opencsgtest/localfiles-test-expected.png +++ b/tests/regression/opencsgtest/localfiles-test-expected.png diff --git a/tests/regression/throwntogethertest/localfiles-test-expected.png b/tests/regression/throwntogethertest/localfiles-test-expected.png Binary files differindex 7bc7909..f280efd 100644 --- a/tests/regression/throwntogethertest/localfiles-test-expected.png +++ b/tests/regression/throwntogethertest/localfiles-test-expected.png |