aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-03-05 15:10:44 +0100
committersfan5 <sfan5@live.de>2023-04-08 20:19:35 +0200
commit9d736e8b8baeeacad9cfa94edd18adfcaf000029 (patch)
tree6799a199edaeb82481edea6f101dc744b4507e9f /builtin
parentc26e122485a7180edf434c0c1211713ff377d6d7 (diff)
downloadminetest-9d736e8b8baeeacad9cfa94edd18adfcaf000029.tar.xz
Drop ENABLE_GLES option
ENABLE_GLES predates forking Irrlicht. Its primary use was to distinguish Irrlicht-ogles from upstream version as Minetest could be compiled with either. That's not necessary anymore and gets in the way sometimes.
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 9d4de64d9..58168fa25 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -230,12 +230,6 @@ fall_bobbing_amount (Fall bobbing factor) float 0.03 0.0 100.0
[**Camera]
-# Camera 'near clipping plane' distance in nodes, between 0 and 0.25
-# Only works on GLES platforms. 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.25
-
# Field of view in degrees.
fov (Field of view) int 72 45 160