From 076096a337358c22928e3790f5561f1f419ca422 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 17:17:03 +0000 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index dbb3476..e18ea4d 100644 --- a/public/index.html +++ b/public/index.html @@ -52,7 +52,7 @@ async function activateXR() { const torusMesh = new THREE.Mesh(torusGeometry, goldMaterial); // Scale the torus mesh to make it smaller - torusMesh.scale.set(0.5, 0.5, 0.5); + torusMesh.scale.set(0.2, 0.2, 0.2); // Add the torus mesh to the scene scene.add(torusMesh); -- GitLab