From 51a7de1068f91f9f333795d22285006e22a7e5e1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 21 May 2026 08:09:22 +0200 Subject: [PATCH] Implement advanced rendering controls (Anti-Aliasing, Shadows) and update world settings equality tests --- src/app/App.tsx | 39 +++++++++++++++++++++++++++++ tests/domain/world-settings.test.ts | 12 +++++++++ 2 files changed, 51 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index a780939a..ef9ea922 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -20559,6 +20559,45 @@ export function App({ {!advancedRendering.enabled ? null : ( <> +
+
Anti-Aliasing
+ + +
+
Shadows