diff --git a/public/index.html b/public/index.html index 74f1d29875e96db1f5836c2c752a15d059075149..f05f9e9460dbe64ef78099495b74198a05238bc4 100644 --- a/public/index.html +++ b/public/index.html @@ -134,7 +134,7 @@ */ let flower; - loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", function(gltf) { + loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado.gltf", function(gltf) { flower = gltf.scene; });