mirror of
https://github.com/minetest/minetest.git
synced 2025-07-01 07:30:23 +02:00
Zoom FOV: Reduce minimum zoom FOV to 7 degrees
The default of 15 is unchanged. 7 degrees is x10 magnification which is common for binoculars. Alter hardcoded limits in camera.cpp: Minimum 7 degrees. Maximum 160 degrees to match upper limits in advanced settings.
This commit is contained in:
@ -502,7 +502,7 @@
|
||||
|
||||
# Field of view while zooming in degrees.
|
||||
# This requires the "zoom" privilege on the server.
|
||||
# type: int min: 15 max: 160
|
||||
# type: int min: 7 max: 160
|
||||
# zoom_fov = 15
|
||||
|
||||
# Adjust the gamma encoding for the light tables. Higher numbers are brighter.
|
||||
|
Reference in New Issue
Block a user