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 : (