checkpoint
[anneal.git] / src / edu / berkeley / qfat / Mesh.java
index 823f07c..7c38672 100644 (file)
@@ -19,9 +19,9 @@ public class Mesh implements Iterable<Mesh.T> {
     private RTree<T>         triangles = new RTree<T>();
     private PointSet<Vertex> vertices  = new PointSet<Vertex>();
 
     private RTree<T>         triangles = new RTree<T>();
     private PointSet<Vertex> vertices  = new PointSet<Vertex>();
 
-
-    public boolean option_wireframe = false;
+    public boolean option_wireframe    = false;
     public boolean option_errorNormals = false;
     public boolean option_errorNormals = false;
+    public boolean option_selectable   = true;
 
     public void render(GL gl, Matrix m) {
         if (option_wireframe) {
 
     public void render(GL gl, Matrix m) {
         if (option_wireframe) {