diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-23 20:16:57 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-23 20:16:57 (GMT) |
commit | 6c1c040941e8e3f3f939b16db202b1eac1bab3d9 (patch) | |
tree | 1e35acd830bb85f5763a22fef5e2cc6fc5966cf1 | |
parent | d83c5c21764d557ee43927e6753fa18ac3d99d22 (diff) |
sync
git-svn-id: http://svn.clifford.at/openscad/trunk@449 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 246d771..b82211c 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -134,6 +134,8 @@ o dxflinextrude and dxfrotextrude could share code o Consider decoupling DXF-specific functionality from the 2D subsystem o Make the interfaces from OpenSCAD and OpenCSG and CGAL cleaner to facilitate experimentation with other frameworks (ref. Nef_polyhedron_2() problems) +o Hide CGAL dependencies behind a separate API: node.h + Return a reference: CGAL_Nef_polyhedron AbstractNode::render_cgal_nef_polyhedron() const INFRASTRUCTURE -------------- |