From 4d11ffcf52d067be2952fb2cfb52c0b661e613dc Mon Sep 17 00:00:00 2001
From: Percen <21pesi1bif@hft-stuttgart.de>
Date: Thu, 2 Jan 2025 19:46:25 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index 3bb51cf..c4d31f9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -218,6 +218,7 @@
 //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
       loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => {
         models.sunflower = gltf.scene;
+        models.sunflower.scale.set(0.01, 0.01, 0.01);
       });
 
       loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", (gltf) => {
-- 
GitLab