diff --git a/public/index.html b/public/index.html index f5fa2e8f141e4b8ce844050f0c157e3bcb015bf0..ffa6f56bb90dcc5425072ed6c466fd4b908d98cd 100644 --- a/public/index.html +++ b/public/index.html @@ -71,7 +71,7 @@ loader.load("./reticle/reticle.gltf", function(gltf) { }) let chair; -loader.load("./antiqueCamera/AntiqueCamera.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 });