From 728ff4c644d8079f0ff23625042cfee6624cb501 Mon Sep 17 00:00:00 2001 From: Yaemyim <22yasa1mpg@hft-stuttgart.de> Date: Wed, 21 Jun 2023 08:56:05 +0000 Subject: [PATCH] Update 2-Hit.html --- public/2-Hit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/2-Hit.html b/public/2-Hit.html index ec14a24..1a1a791 100644 --- a/public/2-Hit.html +++ b/public/2-Hit.html @@ -80,8 +80,8 @@ session.addEventListener("select", (event) => { const clone = flower.clone(); clone.position.copy(reticle.position); // Set the desired scale for the icon. - // const iconScale = 0.5; // Adjust the scale value as needed - // clone.scale.set(iconScale, iconScale, iconScale); + const iconScale = 0.5; // Adjust the scale value as needed + clone.scale.set(iconScale, iconScale, iconScale); scene.add(clone); } }); -- GitLab