Browse Source

Use organic constant there too

main
Luke Murphy 4 years ago
parent
commit
d411669242
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      voicegardens/static/voicegardens.js

2
voicegardens/static/voicegardens.js

@ -236,7 +236,7 @@ class GeneratedShape {
rotAngle += 360.0 / numberOfEdges;
}
curveTightness(-5);
curveTightness(this.organicConstant);
beginShape();
for (let i = 0; i < numberOfEdges; i++) {
curveVertex(this.xs[i], this.ys[i]);

Loading…
Cancel
Save