number of edges for shapes now defined based on amplitude
This commit is contained in:
parent
e9c29c777a
commit
8f43f134dd
@ -213,7 +213,7 @@ class GeneratedShape {
|
||||
this.randYs = [];
|
||||
|
||||
// Number of edges of the shape
|
||||
this.edges = random(3, 10);
|
||||
this.edges = amplitude + 3;
|
||||
|
||||
// ???
|
||||
this.radius = random(120, 140);
|
||||
|
Loading…
Reference in New Issue
Block a user