From 949ba5f26d611e716af46e9c685e337a19ad691d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 15:13:47 +0200 Subject: [PATCH] Remove advanced rendering settings from App.tsx --- src/app/App.tsx | 726 ------------------------------------------------ 1 file changed, 726 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 08f81695..cbc1d887 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -9895,732 +9895,6 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Advanced Rendering
- - - {!advancedRendering.enabled ? null : ( - <> -
-
Shadows
- -
- - -
- -
- -
-
Ambient Occlusion
- -
- - -
- -
- -
-
Bloom
- -
- - -
- -
- -
-
Tone Mapping
-
- - -
-
- -
-
Depth of Field
- -
- - -
- -
- -
-
Whitebox Bevel
- -
- - -
-
- -
-
Volume Rendering Paths
-
- - -
- {advancedRendering.waterPath === "quality" ? ( - - ) : null} -
- - )} -
- - - ) : ( - {!editorState.document.world.projectTimeLightingEnabled ? null : (