diff --git a/public/index.html b/public/index.html index 7788b43c9f0c45e0f25e1d2e84ad23d81006c21a..041b9d1f24206ca81f7ff628f756b9c3adf6dd72 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) => {