summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorRealBadAngel <mk@realbadangel.pl>2013-12-03 17:21:40 +0100
committerPilzAdam <pilzadam@minetest.net>2013-12-03 18:55:25 +0100
commit2330267d2207208799ad347ea0d129c0b4551d61 (patch)
treea4418b0c9fe42ee7944f0531c76f353069735615 /minetest.conf.example
parent60113bde74784f4a0125ffa005e9404fbd5cb5b1 (diff)
downloadminetest-2330267d2207208799ad347ea0d129c0b4551d61.tar.gz
minetest-2330267d2207208799ad347ea0d129c0b4551d61.tar.bz2
minetest-2330267d2207208799ad347ea0d129c0b4551d61.zip
Shaders rework.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 69ed31a64..46a9e8cfc 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -171,6 +171,22 @@
#enable_shaders = true
# Set to true to enable textures bumpmapping. Requires shaders enabled.
#enable_bumpmapping = false
+# Set to true enables parallax occlusion mapping. Requires shaders enabled.
+#enable_parallax_occlusion = false
+# Scale of parallax occlusion effect
+#parallax_mapping_scale = 0.08
+# Bias of parallax occlusion effect, usually scale/2
+#parallax_mapping_scale = 0.04
+# Set to true enables waving water. Requires shaders enabled.
+#enable_waving_water = false
+# Parameters for waving water:
+#water_wave_height = 1.0
+#water_wave_length = 20.0
+#water_wave_speed = 5.0
+# Set to true enables waving leaves. Requires shaders enabled.
+#enable_waving_leaves = false
+# Set to true enables waving plants. Requires shaders enabled.
+#enable_waving_plants = false
# The time in seconds it takes between repeated
# right clicks when holding the right mouse button
#repeat_rightclick_time = 0.25