wave-harmonic / crest

A class-leading water system implemented in Unity
MIT License
3.46k stars 476 forks source link

Fix wave blending not applying to waves during transition towards the end of cascades #1110

Closed daleeidd closed 1 year ago

daleeidd commented 1 year ago

Larger waves that are transitioning towards the end of the LOD chain were not having the blend pass applied to them, or not fully, due to the transition weight being passed into the blend pass. By parting the transition weight out, it can be excluded from the blend pass.