Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Aug 6, 2024
1 parent 5845ee6 commit 1ac4f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threejs/string-space/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ function getRandomTorusPoint({ radius = 5, tubeRadius = 20 }) {
return { x, y, z };
}

const numLoops = 2000; // Increase the number of loops
const radius = 50;
const numLoops = 2500; // Increase the number of loops
const radius = 100;
const minLoopSize = 0.3; // minimum loop size
const maxLoopSize = 1.3; // maximum loop size
const segments = 50;
Expand Down

0 comments on commit 1ac4f27

Please sign in to comment.