doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

feat: linear water lighting and LOD lighting fixed #456

Closed doodlum closed 1 month ago

doodlum commented 1 month ago

Water is made to use linear lighting so that it actually has correct reflections. This creates a significant change, but makes it match our other reflections, and looks like how enbs commonly make water look.

Shadows are added to LOD separately since the GetVL function does not run on LOD.

A multiplier is added to VL because otherwise it is too dim