From 95d7bdd0c9b469c41dfc51613a45a42538aaab88 Mon Sep 17 00:00:00 2001 From: Thomas Lowe Date: Tue, 30 Nov 2021 07:50:30 -0500 Subject: [PATCH] alpha test defaults to false --- files/settings-default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/settings-default.cfg b/files/settings-default.cfg index 0e2c329ff2..c0083e4238 100644 --- a/files/settings-default.cfg +++ b/files/settings-default.cfg @@ -492,7 +492,7 @@ minimum interior brightness = 0.08 # Convert the alpha test (cutout/punchthrough alpha) to alpha-to-coverage. # This allows MSAA to work with alpha-tested meshes, producing better-looking edges without pixelation. # When MSAA is off, this setting will have no visible effect, but might have a performance cost. -antialias alpha test = true +antialias alpha test = false # Soften intersection of blended particle systems with opaque geometry soft particles = false