Commit eca7eb6b authored by Arif's avatar Arif
Browse files

Update 2-Hit.html

parent b29e4e4d
Pipeline #8271 passed with stage
in 6 seconds
......@@ -79,7 +79,7 @@ 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
const iconScale = 0.00001; // Adjust the scale value as needed
clone.scale.set(iconScale, iconScale, iconScale);
clone.position.copy(reticle.position);
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