From cf9939e320619b4ba84b58e2ed54dcdbed9123b7 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:14:42 +0100 Subject: [PATCH] Update three-scene.js --- js/three-scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/three-scene.js b/js/three-scene.js index 042d940c..c4153bff 100644 --- a/js/three-scene.js +++ b/js/three-scene.js @@ -28,7 +28,7 @@ export function loadThreeScene({ x = 0, y = 0, z = 0, color = 0xff4500, stats = const loader = new GLTFLoader(); loader.load( - "https://raw.githubusercontent.com/davespser/albiar/main/models/npc/robotauro_walk.glb", + "./models/npc/robotauro_walk.glb", (gltf) => { robotModel = gltf.scene; robotModel.position.set(x, y, z);