diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 03:29:51 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 03:29:51 (GMT) |
commit | c484e4ea39acaca960711cb1386defcc14a8a35d (patch) | |
tree | 2d6aa75190cf16fe9127de9b4f753a1ee4a1c415 | |
parent | a2ad604ef4efe860d3b1ae5df38afc7913a499b6 (diff) |
Clifford Wolf:
TODOs housekeeping
git-svn-id: http://svn.clifford.at/openscad/trunk@210 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -30,12 +30,8 @@ o 3D interaction 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 @@ -43,4 +39,10 @@ o Advanced Transformations o Function-Module-Interface - Pass a module instanciation to a function (e.g. for a volume() function) - Pass a function to a module instanciation (e.g. for dynamic extrusion paths) +o DXF Import + - Support for ELLIPSE entity + - Support for POLYLINE entity + - Support for SPLINE entity +o Diagnostics + - Cache Errors/WARNING for every cached compiler/renderer results |