diff --git a/public/index.html b/public/index.html index 3f9d3eb31d506af97761c889ffb040dd63c6302b..d5c04648210f3659d5cb013555035baf0489d845 100644 --- a/public/index.html +++ b/public/index.html @@ -216,7 +216,7 @@ models.robot = gltf.scene; }); //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf - loader.load("/assets/models/trash_model/robot.gltf", (gltf) => { + loader.load("/assets/models/trash_model/scene.gltf", (gltf) => { models.sunflower = gltf.scene; });