From b29e4e4da3d3203393d800eafa4cfc0b03a8d2d2 Mon Sep 17 00:00:00 2001 From: Arif <azizularif@gmail.com> Date: Sat, 24 Jun 2023 17:33:31 +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 2a06486..e3ec4ea 100644 --- a/public/2-Hit.html +++ b/public/2-Hit.html @@ -78,6 +78,9 @@ loader.load("https://transfer.hft-stuttgart.de/gitlab/azizularif/ar/-/raw/master session.addEventListener("select", (event) => { if (flower) { const clone = flower.clone(); + // Set the desired scale for the icon. + const iconScale = 0.001; // Adjust the scale value as needed + clone.scale.set(iconScale, iconScale, iconScale); clone.position.copy(reticle.position); scene.add(clone); } -- GitLab