From 90b127fde38408dd412cbe789b84d6a2fd84a6cf Mon Sep 17 00:00:00 2001 From: Yaemyim <22yasa1mpg@hft-stuttgart.de> Date: Tue, 20 Jun 2023 15:49:56 +0000 Subject: [PATCH] Update 2-Hit.html --- public/2-Hit.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/2-Hit.html b/public/2-Hit.html index 307ac68..50159a2 100644 --- a/public/2-Hit.html +++ b/public/2-Hit.html @@ -79,6 +79,9 @@ session.addEventListener("select", (event) => { if (flower) { 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); scene.add(clone); } }); -- GitLab