Fix WMO shadow receiving and enable shadows by default

Remove isInterior restriction from WMO shadow sampling so city
buildings (flagged as interior groups) correctly receive shadows.
Apply shadow to interior-lit surfaces. Enable shadows by default
and persist the setting across sessions.
This commit is contained in:
Kelsi 2026-02-23 08:40:16 -08:00
parent c3ed915649
commit 0a1e240831
5 changed files with 27 additions and 22 deletions

View file

@ -80,7 +80,7 @@ private:
bool pendingFullscreen = false;
bool pendingVsync = false;
int pendingResIndex = 0;
bool pendingShadows = false;
bool pendingShadows = true;
int pendingMasterVolume = 100;
int pendingMusicVolume = 30;
int pendingAmbientVolume = 100;