diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/TODO.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 4212c21..560e270 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -71,6 +71,8 @@ o 3D View      thicknesses, distances, slot thicknesses etc.    - Add option to change lights, e.g. add an optional camera light    - 2D objects are rendered at z = -0.1 - why? +  - Rewrite to use VBOs or smth. - avoid inline calculations +  - Rewrite to a higher-level library (e.g. OSG)?  o Editor wishlist    - More infrastructure for external editor (allow communication from the outside)    - Preferences GUI for the features below @@ -138,7 +140,6 @@ o 2D Subsystem  o Built-in modules    - extrude*: Allow the base 2D primitive to have a Z value    - rotate_extrude(): Allow for specification of start/stop/sweep angle? -  - Convex hull of 3D objects  o Advanced Transformations    - Add statement for refinement via surface subdivision    - Add statement for intersections in cartesian product of childs @@ -236,7 +237,6 @@ MISSING TESTS:  o all functions  o mirror  o scale -o 3D hull  o open polyline from dxf using new method  o linear_extrude DXF  o rotate_extrude DXF  | 
