Skip to content

Commit

Permalink
Divide by 3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 21, 2024
1 parent 6a4ed1c commit dffb4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sketch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let particles = [];
const num = 500;

const noiseScale = 0.01/9;
const noiseScale = 0.01/3;

function setup() {
let str = "1a5652bae6b1e0f0b315814a52d7953326b17b676157f58cd3b2d7f4e707ad61";
Expand Down

0 comments on commit dffb4e7

Please sign in to comment.