int numSpheres = 500; PVector[] spheres = new PVector[numSpheres]; int numcameras = 16; PGraphics[] cameras = new PGraphics[numcameras]; int camOffset = 5; float depth; void setup() { size(400,400,P3D); smooth(); randomSeed(3); depth = width; for(int i=0;i