From 73c3a2616210e3ef1bdad9b9990a3d2c22ff50d5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 9 Feb 2021 20:36:03 +0100 Subject: [PATCH] Increase 3D preview anisotropic filtering level from 4x to 16x This improves the texture's appearance when viewed at oblique angles. --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index a052c699..0f053f4f 100644 --- a/project.godot +++ b/project.godot @@ -274,4 +274,5 @@ limits/message_queue/max_size_kb=16384 [rendering] +quality/filters/anisotropic_filter_level=16 environment/default_environment="res://default_env.tres"