Commit 1a9dd575 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent f623947c
Pipeline #9618 passed with stage
in 7 seconds
...@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => { ...@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
if (fox) { if (fox) {
const clone = fox.clone(); const clone = fox.clone();
clone.position.copy(reticle.position); clone.position.copy(reticle.position);
clone.scale.set(0.01, 0.01, 00.1); // 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); 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