Commit 076096a3 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 3e718b26
Pipeline #9439 passed with stage
in 8 seconds
......@@ -52,7 +52,7 @@ async function activateXR() {
const torusMesh = new THREE.Mesh(torusGeometry, goldMaterial);
// Scale the torus mesh to make it smaller
torusMesh.scale.set(0.5, 0.5, 0.5);
torusMesh.scale.set(0.2, 0.2, 0.2);
// Add the torus mesh to the scene
scene.add(torusMesh);
......
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