skyrim-community-shaders
skyrim-community-shaders copied to clipboard
feat: add raindrop ripples on water
trafficstars
Added the raindrop ripple effect to water:
- Expanded the range of the effect on water by 3 which did not have a noticable impact on performance
- Added rippleStrengthModifyer which is used for skylighting-based occlusion and distance-based fade out
- Added a transparent waterrainripples.dds to remove the vanilla water raindrop effect
- Removed the (defined(FLOWMAP) && !defined(BLEND_NORMALS)) check which was breaking vanilla and did not appear to have a benefit in my testing