X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=DanKaminsky.pde;h=f16c0bd2d2ed8df7a2f2df86a90d715f2ee54797;hb=9fa2981834188e15203b3e1f35949942af41a20e;hp=3dd9d1407e68f419003846f5b91bdb0978971755;hpb=34327c962351112e07c3d93f56ffc543fac45b58;p=SugarCubes.git diff --git a/DanKaminsky.pde b/DanKaminsky.pde index 3dd9d14..f16c0bd 100644 --- a/DanKaminsky.pde +++ b/DanKaminsky.pde @@ -79,12 +79,12 @@ class ObjectMuckerEffect extends SCEffect { ObjectMuckerEffect(GLucose glucose) { super(glucose); } - public void doApply(int[] colors){ + public void apply(int[] colors){ /*for(Strip s: model.strips){ for(int i=0; i x-4 && p.y < y+4 && p.y > y-4) { colors[p.index] = #FF0000; } @@ -207,7 +207,7 @@ import processing.serial.*; pret.pixels = ss.getScreenShotJNI2(x, y, w, h); //for(int i=0; i