Apat and added acos to spherycolor, not included in color yet but working
[SugarCubes.git] / ShaheenGandhi.pde
index d718e3670f418bce183ef493308a25061716cd85..83b97cf31bf356149d9bb9bd42d49a5292326294 100644 (file)
@@ -252,7 +252,7 @@ class HelixPattern extends SCPattern {
     h2.step(deltaMs);
     calculateSpokes();
 
-    for (Point p : model.points) {
+    for (LXPoint p : model.points) {
       PVector pt = new PVector(p.x,p.y,p.z);
       color h1c = h1.colorOfPoint(pt);
       color h2c = h2.colorOfPoint(pt);