diff options
author | Marius Kintel <marius@kintel.net> | 2011-07-11 01:55:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-07-11 01:55:50 (GMT) |
commit | 5e3223adbf63421c7460db7d6bdcdc92819e6e6e (patch) | |
tree | 118714a7eb3d1fb306b4dfe9a6f70a009b481fdd | |
parent | 381a31199755a205189534fe727a9e8167f0715c (diff) |
Removed recently fixed items
-rw-r--r-- | doc/TODO.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index b9440c6..49cacd7 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -52,7 +52,6 @@ o non-convex minkowski example from chrysn fails with an exception USER INTERFACE -------------- o Preferences - - Remember settings done in menus between sessions (automatic reload, perspective, show*, hide*) - Beautify color schemes - Color schemes read from file - Color scheme editor @@ -60,7 +59,6 @@ o Preferences - pointsize - OpenGL params - Default language feature settings - - Auto-view CSG/thrown together on load - Make the library search path configurable? o Export etc.: automatically add missing extension as in SaveAs o MDI @@ -166,7 +164,6 @@ o Mesh optimization on STL export - Remove super small triangles (all sides are short) - Replace super thin triangles (one h is short) o Misc - - Add symbolic colors to the color() statement - When specifying a transparency with the color() statement, the object is not sorted and will be rendered wrongly - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) |