mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -14,7 +14,6 @@ float lastAngle = 0;
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
background(100);
|
||||
smooth();
|
||||
noStroke();
|
||||
diameter = min(width, height) * 0.75;
|
||||
noLoop(); // Run once and stop
|
||||
|
||||
Reference in New Issue
Block a user