diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 20:50:40 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 20:50:40 (GMT) |
commit | 74364fa9f487109d955b5296569512d552042308 (patch) | |
tree | d53edf375914f367a570b8759ece930561d6a8b7 | |
parent | eec48a638bdb58c29d7f6f590408857b4c17f68f (diff) |
Clifford Wolf:
Removed CGAL-bug from TODO.txt
(build CGAL with CGAL-OGL-Tess-Combine-Fix.patch to fix)
git-svn-id: http://svn.clifford.at/openscad/trunk@280 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -8,13 +8,6 @@ o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge) o crash: polygon(points=[[0,0],[10,0],[10,10],[0,10]], paths=[[0,1,2],[2,3,1]]); o crash: DiscButton_Pegs_Array_20100112.scad -o CGAL exits process with this message from OGL_helper.h:232: - Tessellation Error: need combine callback - union() { - rotate([45, 0, 0]) cube(50, true); - rotate([0, 45, 0]) cube(50, true); - } - USER INTERFACE -------------- |