简单的UV滚动 实现水面效果,在边缘处很生硬。
使用SoftParticle 可以变得融合。
但是手机上不能使用SoftParticle。

可以采用刷入顶点颜色数据 作为Alpha 来源,在Shader中进行混合。
边缘处的顶点,将顶点颜色 刷入透明。

在Blender中操作。
Unity使用顶点颜色 做混合 来实现SoftParticle 效果刷入之后,在shader中就可以取来作为Alpha了。

修仙3

相关文章:

  • 2022-03-01
  • 2021-05-29
  • 2021-07-12
  • 2022-01-08
  • 2021-08-24
  • 2021-11-19
  • 2021-06-07
  • 2021-09-14
猜你喜欢
  • 2021-08-23
  • 2021-08-24
  • 2021-10-23
  • 2021-12-29
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
相关资源
相似解决方案