Removing some examples

This commit is contained in:
Casey Reas
2011-09-06 03:51:23 +00:00
parent 5e0e9eaedc
commit 68c460be7d
30 changed files with 76 additions and 1215 deletions
@@ -14,7 +14,7 @@ Ground[] ground = new Ground[segments];
float[] peakHeights = new float[segments+1];
void setup(){
size(640, 200);
size(640, 360);
smooth();
orb = new Orb(50, 50, 3);
velocity = new PVector(.5, 0);