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