Commit 3e718b26 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent dd633943
Pipeline #9438 passed with stage
in 7 seconds
......@@ -51,6 +51,9 @@ async function activateXR() {
// Create the torus mesh
const torusMesh = new THREE.Mesh(torusGeometry, goldMaterial);
// Scale the torus mesh to make it smaller
torusMesh.scale.set(0.5, 0.5, 0.5);
// 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