From 5bbea3e93dcb763b0fa33a5691f73696cab11356 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Mon, 17 Jun 2024 18:32:36 +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 041b9d1..2f1b7e8 100644 --- a/public/index.html +++ b/public/index.html @@ -77,7 +77,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re let chair; loader.load("./antiqueCamera/AntiqueCamera.gltf", function(gltf) { chair = gltf.scene; - chair.scale.set(0.05, 0.05, 0.05); // Adjust the scale as needed + chair.scale.set(0.1, 0.1, 0.1); }); session.addEventListener("select", (event) => { -- GitLab