From 0391de46d3c57a48748989d7361d5635c00e8067 Mon Sep 17 00:00:00 2001
From: Esguerra Montana <32esla1mpg@hft-stuttgart.de>
Date: Mon, 17 Jun 2024 18:29:28 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 7788b43..041b9d1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -75,9 +75,9 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 })
 
 let chair;
-loader.load("./sunflower/sunflower.gltf", function(gltf) {
+loader.load("./antiqueCamera/AntiqueCamera.gltf", function(gltf) {
   chair = gltf.scene;
-  chair.scale.set(0.5, 0.5, 0.5); // Adjust the scale as needed
+  chair.scale.set(0.05, 0.05, 0.05); // Adjust the scale as needed
 });
 
 session.addEventListener("select", (event) => {
-- 
GitLab