From 68a0a8d36b185de0af3531b989608b8830857b2c Mon Sep 17 00:00:00 2001
From: Esguerra Montana <32esla1mpg@hft-stuttgart.de>
Date: Sun, 16 Jun 2024 16:41:43 +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 84339b6..16605ab 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, 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);
-- 
GitLab