From 7ea227c7e496cc6b1b5779ab05ad3edf0aa9ddbd Mon Sep 17 00:00:00 2001 From: Thapa <luxthapa6363@gmail.com> Date: Tue, 20 Jun 2023 16:21:00 +0000 Subject: [PATCH] Update 2-Hit.html --- public/2-Hit.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/2-Hit.html b/public/2-Hit.html index 992bf45..b10a78b 100644 --- a/public/2-Hit.html +++ b/public/2-Hit.html @@ -80,10 +80,6 @@ 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