Fix ramp clipping by tightening sweep steps, disable shadows by default

Sweep step size reduced from 1.0f back to 0.65f with max 3 steps (was 2)
to prevent clipping through ramps in Stormwind. All paths updated: follow,
free-fly, and swimming.

Shadows disabled by default in renderer, settings UI, and settings defaults.
This commit is contained in:
Kelsi 2026-02-07 16:00:57 -08:00
parent fd64ca7445
commit 7c9661472f
4 changed files with 6 additions and 7 deletions

View file

@ -64,7 +64,7 @@ private:
bool pendingFullscreen = false;
bool pendingVsync = false;
int pendingResIndex = 0;
bool pendingShadows = true;
bool pendingShadows = false;
int pendingMusicVolume = 30;
int pendingSfxVolume = 100;
float pendingMouseSensitivity = 0.2f;