diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 18:19:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 18:19:59 (GMT) |
commit | 5cc06832a173b0078cf12fffe530cdf303b033b2 (patch) | |
tree | 5bf7fc5e2b35f262af945841183435f31d052293 | |
parent | 20e5c373c24afe405ecd982a69d22eb38de192f7 (diff) |
Added note about almost planar polygons
-rw-r--r-- | doc/TODO.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 8913465..dd46b7b 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -179,7 +179,8 @@ o Hollow donut problem extrusions, this has only a minor visual impact, but for rotate extrusion, the resulting CGAL models will lose the hole. The OpenCSG rendering keeps the hole, but renders slightly incorrect. - +o CGAL issues + - CGAL doesn't handle almost planar polygons. Consider splitting into triangles ourselves. See WillamAdams/dodec.scad IDEAS FOR LANGUAGE CHANGES |