diff --git a/public/index.html b/public/index.html index 9df804335095d59e56c055137d4b23f6c52619df..65c715e11e900eb038e4c267889e261cf824d82e 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("./mario/scene.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 });