diff options
author | Marius Kintel <marius@kintel.net> | 2013-11-20 06:27:46 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-11-20 06:27:46 (GMT) |
commit | 2162aaed64d4c60c4821fbb89f7eae3e37130011 (patch) | |
tree | dc1a9efe2dd605a1fe4cf49089e0492a9898ce32 /tests/regression/dumptest/projection-extrude-tests-expected.csg | |
parent | 3e3caaa62500431b047072d3ecf1e5e3fdd7e502 (diff) |
Split up projection tests to avoid long running times
Diffstat (limited to 'tests/regression/dumptest/projection-extrude-tests-expected.csg')
-rw-r--r-- | tests/regression/dumptest/projection-extrude-tests-expected.csg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/regression/dumptest/projection-extrude-tests-expected.csg b/tests/regression/dumptest/projection-extrude-tests-expected.csg new file mode 100644 index 0000000..0199ea0 --- /dev/null +++ b/tests/regression/dumptest/projection-extrude-tests-expected.csg @@ -0,0 +1,20 @@ +group() { + multmatrix([[1, 0, 0, 22], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 20, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { + projection(cut = true, convexity = 0) { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 9], [0, 0, 0, 1]]) { + sphere($fn = 0, $fa = 12, $fs = 2, r = 10); + } + } + } + } + multmatrix([[1, 0, 0, 44], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 20, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { + projection(cut = true, convexity = 0) { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 7], [0, 0, 0, 1]]) { + sphere($fn = 0, $fa = 12, $fs = 2, r = 10); + } + } + } + } +} |