Skip to content

Commit

Permalink
Improve the fsaa setting description (minetest#10279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored and JosiahWI committed Oct 17, 2020
1 parent 4398948 commit 653db13
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions builtin/settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,13 @@ texture_clean_transparent (Clean transparent textures) bool false
# texture autoscaling.
texture_min_size (Minimum texture size) int 64

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

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

0 comments on commit 653db13

Please sign in to comment.