From 656f232aa763d475aba8aeb79f6aca2a057fc9f7 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 16:44:35 +0000 Subject: [PATCH] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index f2610ba..1e662e3 100644 --- a/public/index.html +++ b/public/index.html @@ -92,8 +92,8 @@ async function activateXR() { var roofMesh = new THREE.Mesh(roofGeometry, roofMaterial); // Position the house - wallMesh.position.set(0, -1, -3); - roofMesh.position.set(0, -1, -3); + wallMesh.position.set(0, -1.5, -3); + roofMesh.position.set(0, -1.5, -3); // Add the meshes to the scene scene.add(wallMesh); -- GitLab