From 01649e235ae68abda2bcab565ac5862ce67e75c4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 15:03:37 +0200 Subject: [PATCH] Update world background label and add material summary in App.tsx --- src/app/App.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 692556a8..4825d744 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -9464,12 +9464,19 @@ export function App({ store, initialStatusMessage }: AppProps) {
-
Background
+
Day Environment
- {formatWorldBackgroundLabel(editorState.document.world)} + {formatWorldBackgroundLabel(editorState.document.world.background)} +
+
+ {editorState.document.world.projectTimeLightingEnabled + ? "This scene uses its authored day environment plus dawn, dusk, and night overrides from this panel." + : "This scene keeps its authored day environment at all times."} +
+
- Disable this when a scene should keep its authored world sky and lighting instead of the global sunrise, sunset, dawn, dusk, and night profile. + Disable this when a scene should keep its authored world sky and lighting instead of the global sunrise, sunset, dawn, dusk, and night overrides.
- + + +
)} -
+
Background Mode