From 52594f0803d974bb5d08e618d73eb4eafa76b124 Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Mon, 23 Dec 2024 01:15:11 -0700 Subject: [PATCH] Bumped up a few rendering defaults --- project.godot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index dc8eab3..1633eec 100644 --- a/project.godot +++ b/project.godot @@ -261,5 +261,8 @@ jolt_3d/limits/max_temporary_memory=64 [rendering] textures/canvas_textures/default_texture_filter=0 -lights_and_shadows/directional_shadow/size=8192 -lights_and_shadows/directional_shadow/soft_shadow_filter_quality=3 +lights_and_shadows/directional_shadow/size=16384 +lights_and_shadows/directional_shadow/soft_shadow_filter_quality=0 +anti_aliasing/quality/msaa_3d=3 +anti_aliasing/quality/screen_space_aa=1 +anti_aliasing/quality/use_debanding=true