diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-15 23:25:22 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-15 23:25:22 (GMT) |
commit | 4be55c016ec0af199820e116a9b358180581eaf4 (patch) | |
tree | 1d0030c4754d8df60f1515e52a0cb1fb16bc70f9 /tests/regression/dumptest/example011-expected.csg | |
parent | 70dfdf42c33356fa0c7b7cdf7b2681eab84a4a30 (diff) | |
parent | dced79fb2d6a4bb1bd5992e611e1c209b910f820 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'tests/regression/dumptest/example011-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example011-expected.csg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/example011-expected.csg b/tests/regression/dumptest/example011-expected.csg index 653a6cf..1cd617f 100644 --- a/tests/regression/dumptest/example011-expected.csg +++ b/tests/regression/dumptest/example011-expected.csg @@ -1,3 +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); + polyhedron(points = [[10, 0, 0], [0, 10, 0], [-10, 0, 0], [0, -10, 0], [0, 0, 10]], faces = [[0, 1, 2, 3], [4, 1, 0], [4, 2, 1], [4, 3, 2], [4, 0, 3]], convexity = 1); } |