blob: d35b64cfde30e144b6bcdd5bcdedf42fca7734a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
BUGS
----
o Some invalid DXF data gets pass the import checks and breaks the tessing code
o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults
o Tesselation via GLU sometimes produces strange results
USER INTERFACE
--------------
o Fix current_win hack
o Preferences
- background colors
- Model outside/inside color
- wireframe color and width
- OpenGL params
- Default language feature settings
- Auto-view CSG/thrown together on load
o More infrastructur for external editor (or is the reload good enough?)
o Export etc.: automatically add missing extension as in SaveAs
o Mac OS X:
- embed examples into bundle -> separate example menu?
- Use examples as default File Open folder
- distribute as (self-unpacking?) dmg containing a single .app instead of zip
- universal binary -> fix cgal and opencsg
o MDI
- Think about how to do MDI the right way
- Quit vs. Close MainWindow.
Today Quit just closes the current window and there is no close function
o 3D View
- Improve mouse rotation
- Add modifier key combos to handle pan on 1 mouse button systems
- Show grid
- 4 x split view w/orthogonal cameras?
INFRASTRUCTURE
--------------
o Think about making external libraries easier available. Probably mostly convenience.
ENGINE
------
o 2D Subsystem
- Add generic 2D->3D extrude statements
- Add generic 3D->2D projection statements
o Advanced Transformations
- Add statement for 2D and 3D minkowski sum
- Add statement for refinement via surface subdivision
- Add statement for intersections in cartesian product of childs
o Function-Module-Interface
- Pass a module instanciation to a function (e.g. for a volume() function)
- Pass a function to a module instanciation (e.g. for dynamic extrusion paths)
o DXF Import
- Support for ELLIPSE entity
- Support for POLYLINE entity
- Support for SPLINE entity
o Misc
- Add symbolic colors to the color() statement
|