Commit a01d6e89 authored by LAU's avatar LAU
Browse files

Update 2-Hit.html

parent 48628953
Pipeline #7919 passed with stage
in 5 seconds
...@@ -79,6 +79,9 @@ session.addEventListener("select", (event) => { ...@@ -79,6 +79,9 @@ session.addEventListener("select", (event) => {
if (flower) { if (flower) {
const clone = flower.clone(); const clone = flower.clone();
clone.position.copy(reticle.position); clone.position.copy(reticle.position);
// Set the desired scale for the icon.
// const iconScale = 0.025; // Adjust the scale value as needed
// clone.scale.set(iconScale, iconScale, iconScale);
scene.add(clone); scene.add(clone);
} }
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment