mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Propper use of PShape.setStroke()
This commit is contained in:
@@ -32,7 +32,7 @@ void setup() {
|
||||
glossy.set("Sharpness", 0.0);
|
||||
|
||||
ball = createShape(SPHERE, 50);
|
||||
ball.noStroke();
|
||||
ball.setStroke(false);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user