skyrim-community-shaders icon indicating copy to clipboard operation
skyrim-community-shaders copied to clipboard

feat: add raindrop ripples on water

Open TheRiverwoodModder opened this issue 1 year ago • 2 comments
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

TheRiverwoodModder avatar Sep 30 '24 02:09 TheRiverwoodModder