From 620e73d3804a45911555afad468c45a96b9eb75a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 09:02:11 +0200 Subject: [PATCH] Add advanced rendering options for fog and water paths in App.tsx --- src/app/App.tsx | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 5ce0a571..10f585dd 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -5708,6 +5708,45 @@ export function App({ store, initialStatusMessage }: AppProps) { /> +
+
Volume Rendering Paths
+
+ {advancedRendering.enabled + ? "Uses the authored path below." + : "Advanced Rendering is off — both paths force to Performance."} +
+
+ + +
+
+ {!advancedRendering.enabled ? null : ( <>