From 58f7a894d04d208b62f07a14f6535d845cdcb37e Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 19:48:43 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c9d6572..45f8338 100644 --- a/public/index.html +++ b/public/index.html @@ -218,7 +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.1, 0.1, 0.1); + models.sunflower.scale.set(0.07, 0.07, 0.07); }); loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", (gltf) => { -- GitLab