Use organic constant there too
This commit is contained in:
parent
fcc8a14c4a
commit
d411669242
@ -236,7 +236,7 @@ class GeneratedShape {
|
|||||||
rotAngle += 360.0 / numberOfEdges;
|
rotAngle += 360.0 / numberOfEdges;
|
||||||
}
|
}
|
||||||
|
|
||||||
curveTightness(-5);
|
curveTightness(this.organicConstant);
|
||||||
beginShape();
|
beginShape();
|
||||||
for (let i = 0; i < numberOfEdges; i++) {
|
for (let i = 0; i < numberOfEdges; i++) {
|
||||||
curveVertex(this.xs[i], this.ys[i]);
|
curveVertex(this.xs[i], this.ys[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user