From 410c65d3663c9bcfb03aada60db193769b9b5e17 Mon Sep 17 00:00:00 2001
From: Abbeynesh Gnaneswaran <ag15g21@soton.ac.uk>
Date: Thu, 28 Nov 2024 13:53:50 +0000
Subject: [PATCH] Added TODO comments

---
 AVVR/Assets/_Scripts/MenuInterface/BuildRoom.cs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/AVVR/Assets/_Scripts/MenuInterface/BuildRoom.cs b/AVVR/Assets/_Scripts/MenuInterface/BuildRoom.cs
index ede5b1b..9825eb5 100644
--- a/AVVR/Assets/_Scripts/MenuInterface/BuildRoom.cs
+++ b/AVVR/Assets/_Scripts/MenuInterface/BuildRoom.cs
@@ -108,6 +108,10 @@ public class BuildRoom : MonoBehaviour {
         string mtlPath = (string) mtlDict["path"];
 
         ImportScenery.ImportScene(ImportScenery.GetNewMesh(objPath, mtlPath));
+
+        // TODO: Apply dimesions to the room OBJ
+        // TODO: Spawn a point light 0.5m off the ceiling of the room. Adjust the light.range property if necessary
+        // TODO: Position the vr rig according to the rig spawn point
     }
 
     string DictionaryToString(Dictionary<string, object> dictionary, int depth = 0) {
-- 
GitLab