diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-15 13:47:01 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-15 13:47:01 (GMT) |
commit | 6d0efd62d996e5fbf2b61d54821f8c4c5142ace1 (patch) | |
tree | df9bb23d0e3c295798cc094ce1ced9361169e25b /tests/regression/dumptest/example011-expected.csg | |
parent | 60a4561da5b0592f20910e8a9ea4fcdbb1b1a2f7 (diff) |
improve CGAL nonplanar face error detection. also change dumptests to 'faces'
keyword for 'polyhedrnon().
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); } |