diff options
Diffstat (limited to 'tests/regression/dumptest/example011-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example011-expected.csg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/dumptest/example011-expected.csg b/tests/regression/dumptest/example011-expected.csg new file mode 100644 index 0000000..653a6cf --- /dev/null +++ b/tests/regression/dumptest/example011-expected.csg @@ -0,0 +1,3 @@ +group() { + polyhedron(points = [[10, 0, 0], [0, 10, 0], [-10, 0, 0], [0, -10, 0], [0, 0, 10]], triangles = [[0, 1, 2, 3], [4, 1, 0], [4, 2, 1], [4, 3, 2], [4, 0, 3]], convexity = 1); +} |