another sine and projection to sinephere, working
[SugarCubes.git] / SugarCubes.pde
index a6c4e4105e95a92587c5647262bd24d11dcdc696..40f9a764ed1a782ca5cb4e1e01e2a4cdb96b85fc 100644 (file)
@@ -26,7 +26,9 @@
 LXPattern[] patterns(GLucose glucose) {
   return new LXPattern[] {
      
-    
+     new SineSphere(glucose),
+     //new CubeCurl(glucose), 
+     
     // Slee
     // new Cathedrals(glucose),
      new Swarm(glucose),
@@ -54,8 +56,6 @@ LXPattern[] patterns(GLucose glucose) {
     new Worms(glucose),
 
     // Alex G
-      new SineSphere(glucose),
-     //new CubeCurl(glucose), 
      
      // Tim
     new TimPlanes(glucose),