mirror of
https://github.com/DeMuenu/MoonlightVRC.git
synced 2026-03-21 17:52:21 +00:00
Added tangent and bitangent calculations to the vertex shader and used a TBN (tangent, bitangent, normal) basis to properly combine and transform normal maps in the fragment shader. This enhances the realism of water surface lighting by accurately handling multiple normal maps.