Apat and added acos to spherycolor, not included in color yet but working
[SugarCubes.git] / GranimPattern.pde
index 450c17efb47fbd788f6d738c7b071a72d2221907..da4c78f3955fbb1831ce6fab4532c20989acf3c4 100644 (file)
@@ -109,7 +109,7 @@ class GranimPattern extends SCPattern
                        {
                                ((Granim) g).update();
                        }
-                       List<Point> drawList = model.points.subList(Math.min(g.position,colors.length-1), Math.min(g.position + g.width(),colors.length-1));
+                       List<LXPoint> drawList = model.points.subList(Math.min(g.position,colors.length-1), Math.min(g.position + g.width(),colors.length-1));
                        //println("drawlistsize "+drawList.size());
                        
                        gbuffer = g.graphicBuffer.toArray(new Integer[0]);