X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ShaheenGandhi.pde;h=83b97cf31bf356149d9bb9bd42d49a5292326294;hb=2815b69095f53b912200c75cc7a91caf34bd837c;hp=d718e3670f418bce183ef493308a25061716cd85;hpb=a41f334c045811daef7e319214da557b5e48143a;p=SugarCubes.git diff --git a/ShaheenGandhi.pde b/ShaheenGandhi.pde index d718e36..83b97cf 100644 --- a/ShaheenGandhi.pde +++ b/ShaheenGandhi.pde @@ -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);