summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorRob Blanckaert <basicer@basicer.com>2017-10-07 09:11:48 -0400
committerSmallJoker <mk939@ymail.com>2018-06-03 17:31:59 +0200
commitc56c3d8d6f5d050acea30a70c058fd442cc41389 (patch)
treec70f48046ba0daed261d578aebf348706129f546 /builtin
parent0034abb56075b841da441b1c8ad2e7779f42eac9 (diff)
downloadminetest-c56c3d8d6f5d050acea30a70c058fd442cc41389.tar.gz
minetest-c56c3d8d6f5d050acea30a70c058fd442cc41389.tar.bz2
minetest-c56c3d8d6f5d050acea30a70c058fd442cc41389.zip
Add setting for near plane distance. (#6395)
* Allow setting the near plane * - Add near_plane limit of 0.5 to prevent x-ray. - Add more details to near_plane setting.
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 0da66750a..ddb0afacd 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -476,6 +476,12 @@ pause_fps_max (FPS in pause menu) int 20
# View distance in nodes.
viewing_range (Viewing range) int 100 20 4000
+# Camera near plane distance in nodes, between 0 and 0.5
+# Most users will not need to change this.
+# Increasing can reduce artifacting on weaker GPUs.
+# 0.1 = Default, 0.25 = Good value for weaker tablets.
+near_plane (Near plane) float 0.1 0 0.5
+
# Width component of the initial window size.
screenW (Screen width) int 800