diff --git a/public/index.html b/public/index.html index ec5b8e9ad06c643f569c734947eb6fd05b9eff04..fb99d574d4ac99ab2603642c92a23861719e744b 100644 --- a/public/index.html +++ b/public/index.html @@ -71,7 +71,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("./antiqueCamera/AntiqueCamera.gltf", function(gltf) { chair = gltf.scene; chair.scale.set(0.5, 0.5, 0.5); // Adjust the scale as needed });