New LX fixes FlashEffect bug
[SugarCubes.git] / AlexGreen.pde
index 0c6dcc6efd55e0a65437f9ac0bb9215f2c969ddd..5a35b3e31bc24edb50b352d2d69d198569220436 100644 (file)
@@ -1,3 +1,4 @@
+
 class SineSphere extends APat {
   float modelrad = sqrt((model.xMax)*(model.xMax) + (model.yMax)*(model.yMax) + (model.zMax)*(model.zMax));
   private BasicParameter yrotspeed = new BasicParameter("yspeed", 3000, 1, 10000);
@@ -616,6 +617,17 @@ float cfloor = c.y;
    }
   }
  }
+  JGraphAdapterDemo graph1; 
+  
+
+// class SpinningCube extends SCPattern{
+// LXProjection spin1, spin2, spin3; 
+// SawLFO 
+
+//}
+
+
+
 
 
 class PixelGraph implements EdgeFactory<dPixel, dVertex> {