diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-16 09:19:54 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-16 09:19:54 (GMT) |
commit | 880c8fcfc0f0eb0f291a430a7164ca5010de0308 (patch) | |
tree | 71ffa03973568317d791dad7756a27baa42d2f5a | |
parent | 4cb36adc26493e996a50cc076b8ba10f96e24d7e (diff) |
Clifford Wolf:
More TODO.txt stuff
git-svn-id: http://svn.clifford.at/openscad/trunk@179 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,9 +1,11 @@ + BUGS ---- o On Linux, large files load veery slowly +o Some invalid DXF data gets pass the import checks and breaks the tessing code -TODO ----- +USER iNTERFACE +-------------- o Preferences - background colors - Model outside/inside color @@ -28,5 +30,17 @@ o 3D interaction - Improve mouse rotation - Add modifier key combos to handle pan on 1 mouse button systems -WISHLIST --------- +ENGINE +------ +o 2D Subsystem + - Add support for Nef Polygons and 2D CSG + - Add import_dxf for loading DXF files + - Add DXF export for designs with a Nef Polygon as root element + - Add generic 2D->3D extrude statements + - Add generic 3D->2D projection statements + - Support old dxf_extrude statements for compatibility +o Advanced Transformations + - Add statement for 2D and 3D minkowski sum + - Add statement for refinement via surface subdivision + - Add statement for intersections in cartesian product of childs + |