diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-24 15:20:33 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 11:41:47 (GMT) |
commit | 400248d566d5c3db34253a94f70c128e68ea9121 (patch) | |
tree | 33254aedd319fca7672976aaa07a1f1a1ff229a5 /tests/regression/dumptest/example014-expected.csg | |
parent | b715e580f7c0e541cc07c0d0d13da8df64d88f18 (diff) |
renamed dumptest files to .csg and added group headers
Diffstat (limited to 'tests/regression/dumptest/example014-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example014-expected.csg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/regression/dumptest/example014-expected.csg b/tests/regression/dumptest/example014-expected.csg new file mode 100644 index 0000000..ae43ad2 --- /dev/null +++ b/tests/regression/dumptest/example014-expected.csg @@ -0,0 +1,16 @@ +group() { + intersection() { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + cube(size = [100, 20, 20], center = true); + } + multmatrix([[0.46984631039, 0.88256411925, 0.01802831123, 0], [-0.81379768134, 0.44096961053, -0.37852230637, 0], [-0.34202014332, 0.16317591116, 0.92541657839, 0], [0, 0, 0, 1]]) { + cube(size = [100, 20, 20], center = true); + } + multmatrix([[0.41721770627, 0.66835566162, -0.61581660836, 0], [0.64245892818, -0.69617191219, -0.32029860173, 0], [-0.64278760968, -0.26200263022, -0.71984631039, 0], [0, 0, 0, 1]]) { + cube(size = [100, 20, 20], center = true); + } + multmatrix([[0.0190076282, -0.60192849838, 0.7983237394, 0], [0.02926918072, 0.79846077351, 0.60133493846, 0], [-0.99939082701, 0.01193633086, 0.03279479952, 0], [0, 0, 0, 1]]) { + cube(size = [100, 20, 20], center = true); + } + } +} |