From 3f6f327cb97662eb95e20f62650abcfac6bce3ab Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Thu, 4 Jul 2013 02:36:32 +0200 Subject: Add texture bumpmapping feature. --- minetest.conf.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 475514a56..5b2502965 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -172,6 +172,8 @@ # (1: low level shaders; not implemented) # 2: enable high level shaders #enable_shaders = 2 +# Set to true to enable textures bumpmapping. Requires shaders enabled. +#enable_bumpmapping = false # The time in seconds it takes between repeated # right clicks when holding the right mouse button #repeat_rightclick_time = 0.25 -- cgit v1.2.3