Commit c11f6d32 authored by Thapa's avatar Thapa
Browse files

Update 2-Hit.html

parent e7d86510
Pipeline #7910 passed with stage
in 5 seconds
......@@ -80,6 +80,10 @@ 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);
}
});
......
Markdown is supported
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