Skip to content

Commit

Permalink
updates playground document
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Oct 9, 2024
1 parent 5863fba commit 08fd034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
const windX = Math.cos(angle) * (radius + windOffset);
const windY = 3;
const windZ = Math.sin(angle) * (radius + windOffset);
const windVolume = i % 2 === 0 ? 2 : 3;
const windVolume = i % 2 === 0 ? 1 : 1.5;
const windDebug = false;
const windSrc = "/assets/playground/wind.mp3";

Expand Down

0 comments on commit 08fd034

Please sign in to comment.