From 18f15931e6f5b6973657746720d7714060c6c7fa Mon Sep 17 00:00:00 2001 From: unfa Date: Tue, 4 Jan 2022 19:12:34 +0100 Subject: [PATCH] Disabled MSAA by default --- Game/project.godot | 1 - 1 file changed, 1 deletion(-) diff --git a/Game/project.godot b/Game/project.godot index 20495f5..be094e3 100644 --- a/Game/project.godot +++ b/Game/project.godot @@ -205,7 +205,6 @@ environment/screen_space_reflection/roughness_quality=3 global_illumination/sdfgi/probe_ray_count=2 global_illumination/sdfgi/frames_to_converge=0 global_illumination/sdfgi/frames_to_update_lights=4 -anti_aliasing/quality/msaa=2 occlusion_culling/use_occlusion_culling=true mesh_lod/lod_change/threshold_pixels=3.0 environment/defaults/default_environment="res://default_env.tres"