\r
dLattice DL_;\r
//----------------------------------------------------------------------------------------------------------------------------------\r
-class Graph extends SCPattern {\r
+class Worms extends SCPattern {\r
\r
int draw(dCursor c, int nAmount) {\r
int nFrom = max(c.nLast+1,c.pos >> 12);\r
int Cursors = 40;\r
dCursor cur[] = new dCursor[Cursors];\r
\r
- Graph(GLucose glucose) { \r
+ Worms(GLucose glucose) { \r
super(glucose); \r
if (DL_ == null) DL_ = new dLattice();\r
for (int i=0; i<Cursors; i++) { cur[i] = new dCursor(color(random(360),50+random(50),50+random(50))); DL_.setRand(cur[i]); }\r