From 65be5a64321c2970dcc31a2396d91740c257c02b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 20:15:10 +0200 Subject: [PATCH] Add light properties form sections for point and spot lights in App.tsx --- src/app/App.tsx | 197 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 1c0e5a6f..3395c5d5 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3481,6 +3481,203 @@ export function App({ store, initialStatusMessage }: AppProps) { + {selectedPointLight !== null ? ( + <> +
+
Light
+
+ + +
+
+ +
+
Range
+ +
+ + ) : null} + + {selectedSpotLight !== null ? ( + <> +
+
Light
+
+ + +
+
+ +
+
Range
+
+ + +
+
+ +
+
Direction
+
+ + + +
+
+ + ) : null} + {selectedPlayerStart !== null ? (
Yaw