mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -11,7 +11,6 @@ void setup() {
|
||||
size(640, 360);
|
||||
stroke(255);
|
||||
noFill();
|
||||
smooth();
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
@@ -19,7 +19,6 @@ color anchorPtCol = #BBBBBB;
|
||||
|
||||
void setup(){
|
||||
size(640, 360);
|
||||
smooth();
|
||||
setEllipse(pts, 65, 65);
|
||||
frameRate(1);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
size(640, 360);
|
||||
smooth();
|
||||
background(0);
|
||||
noStroke();
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ float innerRad;
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
background(204);
|
||||
smooth();
|
||||
x = width/2;
|
||||
y = height/2;
|
||||
outerRad = min(width, height) * 0.4;
|
||||
|
||||
Reference in New Issue
Block a user