From 1b4f22e5d62a5672004ce584d8f2f21c24af9e6f Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Mon, 9 Dec 2024 17:24:44 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 90a7fa5..4acdd37 100644 --- a/public/index.html +++ b/public/index.html @@ -133,8 +133,7 @@ }); */ let flower; - loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf -", function(gltf) { + loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf", function(gltf) { flower = gltf.scene; }); /** -- GitLab