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