diff options
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 7612d86..c0772f6 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -5,6 +5,7 @@ o Some invalid DXF data gets pass the import checks and breaks the tessing code o Tesselation via GLU sometimes produces strange results o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered o Look into the polygon winding and rotate_extrude() problem reported by Britton +o CGAL Aff_transformation_3 doesn't support non-affine transformations (non-aff-matrix.scad) STL Import BUGS --------------- @@ -148,7 +149,7 @@ o Language Frontend - Rethink for vs. intersection_for vs. group. Should for loops generate child lists instead, and make these passable to other modules or accessible by child()? - - constants: PI + - constants: PI, OpenSCAD version o DXF Import/Export - Use dxflib from RibbonSoft for import/export? -> investigate - Import @@ -161,7 +162,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) @@ -230,6 +230,7 @@ o Collect "all" available OpenSCAD scripts from the internets and run the integr tests on them all o dumptest tests: - filename are dumped as absolute filenames - this will fail on other systems +o Write a regression test for the hexagonal cylinder orientation issue INFRASTRUCTURE -------------- |