Skip to content

Commit aae7d4f

Browse files
authoredOct 6, 2020
Improve the fsaa setting description (#10279)
See #8459.
1 parent 2f40377 commit aae7d4f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

Diff for: ‎builtin/settingtypes.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,13 @@ texture_clean_transparent (Clean transparent textures) bool false
513513
# texture autoscaling.
514514
texture_min_size (Minimum texture size) int 64
515515

516-
# Experimental option, might cause visible spaces between blocks
517-
# when set to higher number than 0.
516+
# Use multi-sample antialiasing (MSAA) to smooth out block edges.
517+
# This algorithm smooths out the 3D viewport while keeping the image sharp,
518+
# but it doesn't affect the insides of textures
519+
# (which is especially noticeable with transparent textures).
520+
# This option is experimental and might cause visible spaces between blocks
521+
# when set above 0.
522+
# A restart is required after changing this option.
518523
fsaa (FSAA) enum 0 0,1,2,4,8,16
519524

520525
# Undersampling is similar to using a lower screen resolution, but it applies

0 commit comments

Comments
 (0)