From f181eb31511f4122c68785c87c4adae8068da7d9 Mon Sep 17 00:00:00 2001
From: Esguerra Montana <32esla1mpg@hft-stuttgart.de>
Date: Sun, 16 Jun 2024 17:03:25 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/public/index.html b/public/index.html
index aced098..48b82e5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,11 +26,6 @@ async function activateXR() {
   // Add lighting to the scene
   const light = new THREE.DirectionalLight(0xffffff, 1);
   light.position.set(1, 1, 1).normalize();
-  scene.add(light);
-
-   // Add lighting to the house scene
-  const light = new THREE.DirectionalLight(0xffffff, 1);
-  light.position.set(1, 1, 1).normalize();
   scene.add(light);
 
   const ambientLight = new THREE.AmbientLight(0x404040); // soft white light
-- 
GitLab