diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-21 18:22:08 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-21 18:22:08 (GMT) |
commit | 00cff177efaab72a58045cb4593ea9a3293853d7 (patch) | |
tree | 15a93b8e69a791a6a833c610ff775c154377f421 /doc/TODO.txt | |
parent | 5d818be7898338a7597172dc83cf57c7af0da149 (diff) |
Added suggestion for more intuitive polygon() parameters
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index b491a3d..ce51d83 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -130,6 +130,7 @@ o Primitives - (TTF) Text - Image-based height field like http://www.thingiverse.com/thing:2078 - mesh (coordinates and indices) + - polygon(): Allow omitting the paths parameter to create a single polygon from a list of vertices. o 2D Subsystem - Performance: Is it necessary to union children before extrusion when compiling? Can this be postponed to CGAL evaluation time? |