import peasy.*; PeasyCam camera; ArrayList meshPos = new ArrayList(); float xStep = 20; float yStep = 20; int meshNUM = 20; PShape meshStrip; FloatList movingV = new FloatList(); void setup() { size(800, 500, P3D); camera = new PeasyCam(this, 400); meshStrip = createShape(); for (int i=0; i