diff --git a/public/index.html b/public/index.html index 65c715e11e900eb038e4c267889e261cf824d82e..7788b43c9f0c45e0f25e1d2e84ad23d81006c21a 100644 --- a/public/index.html +++ b/public/index.html @@ -75,7 +75,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re }) let chair; -loader.load(".sunflower/sunflower.gltf", function(gltf) { +loader.load("./sunflower/sunflower.gltf", function(gltf) { chair = gltf.scene; chair.scale.set(0.5, 0.5, 0.5); // Adjust the scale as needed });