Commit 3147226b authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 271dc88c
Pipeline #9620 passed with stage
in 15 seconds
......@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
if (fox) {
const clone = fox.clone();
clone.position.copy(reticle.position);
clone.scale.set(2, 2, 2); // Ensure the clone is also scaled down
clone.scale.set(0.001, 0.001, 0.001); // Ensure the clone is also scaled down
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