diff options
| author | sofar <sofar@foo-projects.org> | 2023-02-25 16:08:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 01:08:33 +0100 |
| commit | 2083252c05ece1e47c1c476fda2b9eda3bf332a0 (patch) | |
| tree | 3af58a210bad99834110e4aff820ce04ee839b2b /minetest.conf.example | |
| parent | 6e1c70e02b00df94a584bb4247cfa4f4c616c8d5 (diff) | |
| download | minetest-2083252c05ece1e47c1c476fda2b9eda3bf332a0.tar.xz | |
Sky: transmit body_orbit_tilt to client. (#13193)
This obsoletes the current client-side setting entirely. The server can
transmit the tilt to the client directly and will send 0.0f as default
value.
Co-authored-by: x2048 <codeforsmile@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 38a102e75..bbabf98d5 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -484,12 +484,6 @@ # type: float min: 1 max: 15 # shadow_soft_radius = 5.0 -# Set the tilt of Sun/Moon orbit in degrees. -# Value of 0 means no tilt / vertical orbit. -# Minimum value: 0.0; maximum value: 60.0 -# type: float min: -60 max: 60 -# shadow_sky_body_orbit_tilt = 0.0 - ### Post processing # Set the exposure compensation factor. |
