mirror of
https://github.com/processing/processing4.git
synced 2026-04-23 20:54:24 +02:00
some fixes in PShape examples
This commit is contained in:
@@ -16,6 +16,7 @@ void setup() {
|
||||
// You can set fill and stroke
|
||||
star.fill(102);
|
||||
star.stroke(255);
|
||||
star.strokeWeight(2);
|
||||
// Here, we are hardcoding a series of vertices
|
||||
star.vertex(0, -50);
|
||||
star.vertex(14, -20);
|
||||
|
||||
Reference in New Issue
Block a user