From 0a7f6b0651723116127a2c5af125970a73528aa3 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 16:43:15 +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 16605ab..f2610ba 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, -3); + roofMesh.position.set(0, -1, -3); // Add the meshes to the scene scene.add(wallMesh); -- GitLab