checkpoint
[anneal.git] / src / edu / berkeley / qfat / MeshViewer.java
index 658beb1..f869aac 100644 (file)
@@ -18,10 +18,10 @@ public class MeshViewer implements GLEventListener, MouseListener, MouseMotionLi
     public Mesh.Vert[] points;
 
 
-    public boolean tileon = false;
+    public boolean tileon = true;
     public boolean tilemeshon = false;
-    public boolean goalon = true;
-    public boolean anneal = false;
+    public boolean goalon = false;
+    public boolean anneal = true;
 
     public int breaks = 0;
     boolean alt = false;