add TODO comment in Main.java
authoradam <adam@megacz.com>
Wed, 28 Jan 2009 21:10:07 +0000 (13:10 -0800)
committeradam <adam@megacz.com>
Wed, 28 Jan 2009 21:10:07 +0000 (13:10 -0800)
darcs-hash:20090128211007-5007d-3dd952ee548017e5aae600057076627691b1a0e7.gz

src/edu/berkeley/qfat/Main.java

index fbef9c2..4ae3a8e 100644 (file)
@@ -12,6 +12,56 @@ import edu.berkeley.qfat.stl.*;
 import edu.berkeley.qfat.geom.Point;
 import edu.berkeley.qfat.geom.Polygon;
 
 import edu.berkeley.qfat.geom.Point;
 import edu.berkeley.qfat.geom.Polygon;
 
+/*
+
+
+Todo
+- review catmull-clark; move vertex points?
+- re-anneal fish
+
+- show constraints (?)
+- show in red if user tries to move a point to an illegal location
+
+- eliminate use of bindinggroupschanged()
+
+- post qfat on my software page
+
+
+With Sequin
+- constraints admit intersections (lattice)
+- constraints may be transformed linearly
+
+
+
+
+Log console
+  - blend-shaded overlay?  slick.
+
+face/vertex count
+rendering FPS
+ability to not draw edges between faces
+
+
+three circumcircles showing crystal ball -- these don't get scaled
+axes?
+
+drawing modes:
+  - bounding box
+  - vertices
+  - edges
+  - visible-edges
+  - flat with or without edges
+  - shaded with or without edges
+  * contrasting-faces
+
+
+quadric decimation?
+
+show normals
+show bounding box
+show axes (big+fat)
+ */
+
 // TO DO:
 //
 // - Ability to snap three views to orthgonal
 // TO DO:
 //
 // - Ability to snap three views to orthgonal