From 2083252c05ece1e47c1c476fda2b9eda3bf332a0 Mon Sep 17 00:00:00 2001 From: sofar Date: Sat, 25 Feb 2023 16:08:33 -0800 Subject: 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 Co-authored-by: sfan5 --- builtin/settingtypes.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 14cfdbc0b..3645c16cd 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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. -- cgit v1.2.3