mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
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>
This commit is contained in:
parent
6e1c70e02b
commit
2083252c05
12 changed files with 30 additions and 19 deletions
|
@ -443,11 +443,6 @@ shadow_update_frames (Map shadows update frames) int 8 1 16
|
|||
# Minimum value: 1.0; maximum value: 15.0
|
||||
shadow_soft_radius (Soft shadow radius) float 5.0 1.0 15.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
|
||||
shadow_sky_body_orbit_tilt (Sky Body Orbit Tilt) float 0.0 -60.0 60.0
|
||||
|
||||
[**Post processing]
|
||||
|
||||
# Set the exposure compensation in EV units.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue