Skip to content

Commit

Permalink
adjust noise strength
Browse files Browse the repository at this point in the history
  • Loading branch information
MRo47 committed May 19, 2024
1 parent 2c972d6 commit b3ff92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-fields/sketch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

var num = 2000;
var noiseScale = 800;
var noiseStrength = 1;
var noiseStrength = 2;
var particles = [num];
var x_scale = 1.5;
var speed = 2; // random(0.5, 2);
Expand Down

0 comments on commit b3ff92c

Please sign in to comment.