checkpoint
[anneal.git] / src / edu / berkeley / qfat / MeshViewer.java
index c6318a4..acacf09 100644 (file)
@@ -19,12 +19,12 @@ public class MeshViewer implements GLEventListener, MouseListener, MouseMotionLi
     public synchronized void addMesh(Mesh m) { meshes.add(m); }
     public synchronized void removeMesh(Mesh m) { meshes.remove(m); }
 
     public synchronized void addMesh(Mesh m) { meshes.add(m); }
     public synchronized void removeMesh(Mesh m) { meshes.remove(m); }
 
-    private int mousex;
-    private int mousey;
+    private int    mousex;
+    private int    mousey;
     private Matrix projection = null;
     private Matrix projection = null;
-    private Point clickPoint = null;
-
-    GLCanvas glcanvas;
+    private Point  clickPoint = null;
+    
+    private GLCanvas glcanvas;
 
     Point clickClosest = null;
 
 
     Point clickClosest = null;