int numPics =22; PImage[] images = new PImage[numPics]; float[] xPos = new float [numPics]; float[] yPos = new float [numPics]; float[] zPos = new float [numPics]; void setup(){ size(screen.width, screen.height,P3D); background(#ffffff); fill(255); stroke(255,0,0); rectMode(CENTER); for(int i=0; i