Commit 68a0a8d3 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 1eaf99fc
Pipeline #9428 passed with stage
in 8 seconds
......@@ -92,8 +92,8 @@ async function activateXR() {
var roofMesh = new THREE.Mesh(roofGeometry, roofMaterial);
// Position the house
wallMesh.position.set(0, 0, -3);
roofMesh.position.set(0, 0, -3);
wallMesh.position.set(0, 1, -3);
roofMesh.position.set(0, 1, -3);
// Add the meshes to the scene
scene.add(wallMesh);
......
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