mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
PShape example updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user