diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-12 22:31:02 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-12 22:31:02 (GMT) |
commit | 133a705feef86f11d5afc7fb69ed30585db9e533 (patch) | |
tree | f886e81c8853cdc1b26f557ad435e78c3c347a6b /doc | |
parent | eb79c56ece95f5508e9ee12326995a84a1f9a5f2 (diff) | |
parent | b927e9e1511ca655b4c15b003343ddffc08b0938 (diff) |
merging
Merge remote branch 'upstream/master' into visitortests
Conflicts:
src/cgaladv.cc
src/export.cc
src/openscad.cc
src/polyset.cc
src/transform.cc
Diffstat (limited to 'doc')
-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 751b544..dd9932c 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -67,7 +67,7 @@ o MDI and handle_dep. o 3D View - OpenGL 2.0 test: What, exactly, is needed from OpenGL 2.0? Can we use 1.x with extensions? - - Improve mouse rotation + - Improve mouse rotation/zoom/pan - Add modifier key combos to handle pan and zoom on 1 mouse button systems - Show grid - Measurement ticks on the axes that look like rulers that one can turn off and on. @@ -78,6 +78,7 @@ o 3D View - overlay indicator displaying current view mode - OpenCSG rendering: Coincident surfaces causes z-buffer fighting. Is this somehow avoidable tuning the depth tests in OpenCSG? + - Make the 10.000 element OpenCSG klimit configurable (Preferences) ? - Use OpenGL picking to facilitate ray-tracing like features like measuring thicknesses, distances, slot thicknesses etc. o Editor wishlist |