mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
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:
parent
c3ed915649
commit
0a1e240831
5 changed files with 27 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue