size(200, 200); background(204); smooth(); int x = width/2; int y = height/2; int outerRad = 80; int innerRad = 50; float px = 0, py = 0, angle = 0; float pts = 36; float rot = 360.0/pts; beginShape(TRIANGLE_STRIP); for (int i=0; i