From f8b912bfce8217aeb54916ecb26a700d0c0a096e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 20:54:20 +0200 Subject: [PATCH] Add advanced rendering options to App component --- src/app/App.tsx | 288 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index b900fb2c..05db1b16 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4276,6 +4276,294 @@ export function App({ store, initialStatusMessage }: AppProps) { + +
+
Advanced Rendering
+ + + {!advancedRendering.enabled ? null : ( + <> +
+
Shadows
+ +
+ + +
+ +
+ +
+
Ambient Occlusion
+ +
+ + +
+ +
+ +
+
Bloom
+ +
+ + +
+ +
+ +
+
Tone Mapping
+
+ + +
+
+ +
+
Depth of Field
+ +
+ + +
+ +
+ + )} +
) : (