diff --git a/public/index.html b/public/index.html
index 7d197d36fbcf957cfd522effb9795a919501db28..7cf90774e048311e63f4cfece66fe600f91c6816 100644
--- a/public/index.html
+++ b/public/index.html
@@ -151,7 +151,7 @@
lamp: null
};
- loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) {
+ loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", function(gltf) {
models.car = gltf.scene;
});