summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 9e9039bf2..d147ebfac 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -404,6 +404,12 @@
# type: enum values: 0, 1, 2, 4, 8, 16
# fsaa = 0
+# Undersampling is similar to using lower screen resolution, but it applies
+# to the game world only, keeping the GUI intact.
+# It should give significant performance boost at the cost of less detailed image.
+# type: enum values: 0, 2, 3, 4
+# undersampling = 0
+
#### Shaders
# Shaders allow advanced visual effects and may increase performance on some video cards.