diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 23:16:08 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 23:16:08 (GMT) |
commit | 812e8064aa99abd168e45a7b14ec533bb30823b6 (patch) | |
tree | 19cc66e7296c7c2fa50a248b06de05a6cadfb5ba | |
parent | 64479ff0723db3df73f8376b63dd967fb1c69de0 (diff) |
new bug discovered by Fin
git-svn-id: http://svn.clifford.at/openscad/trunk@300 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,14 +5,17 @@ o Some invalid DXF data gets pass the import checks and breaks the tessing code o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults o Tesselation via GLU sometimes produces strange results o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge) +o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered USER INTERFACE -------------- o Preferences - background colors - - colors (NB! CGAL colors are hardcoded in CGAL) - - Model outside/inside color - - wireframe color and width + - colors + - OpenCSG: face back/front, edges? + - CGAL: face back/front, edge back/front, vertex back/front + - wireframe width + - pointsize - OpenGL params - Default language feature settings - Auto-view CSG/thrown together on load |