From e6405fb3de28880b2c9ef50dc5c28aff8aa019a9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 09:16:05 +0200 Subject: [PATCH] Reorganize Volume Rendering Paths section in App.tsx --- src/app/App.tsx | 72 +++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 38 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 1f9427f1..0eb993ce 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -5708,44 +5708,6 @@ 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 : ( <> @@ -6020,6 +5982,40 @@ export function App({ store, initialStatusMessage }: AppProps) { /> + +
+
Volume Rendering Paths
+
+ + +
+
)}