checkpoint
authoradam <adam@megacz.com>
Mon, 30 Jun 2008 03:57:58 +0000 (20:57 -0700)
committeradam <adam@megacz.com>
Mon, 30 Jun 2008 03:57:58 +0000 (20:57 -0700)
darcs-hash:20080630035758-5007d-78460c273b85388bc540e59079372bee3ac16a0c.gz

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;