alpha test defaults to false

pull/3224/head
Thomas Lowe 3 years ago
parent bdb7b6079e
commit 95d7bdd0c9

@ -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

Loading…
Cancel
Save