From 08fd0341032aaabb3ba14e7d1abb40401be8aee4 Mon Sep 17 00:00:00 2001 From: TheCodeTherapy Date: Wed, 9 Oct 2024 06:46:41 +0100 Subject: [PATCH] updates playground document --- .../server/mml-documents/playground.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/multi-user-3d-web-experience/server/mml-documents/playground.html b/example/multi-user-3d-web-experience/server/mml-documents/playground.html index 696fb57..ef47dd1 100644 --- a/example/multi-user-3d-web-experience/server/mml-documents/playground.html +++ b/example/multi-user-3d-web-experience/server/mml-documents/playground.html @@ -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";