PShape example updates

This commit is contained in:
shiffman
2012-05-22 10:53:55 +00:00
parent db271212a8
commit 9001829878
8 changed files with 15 additions and 13 deletions
@@ -10,7 +10,7 @@ ParticleSystem ps;
PImage sprite;
void setup() {
size(640, 360, P3D);
size(640, 360, P2D);
// Load the image
sprite = loadImage("sprite.png");
// A new particle system with 10,000 particles