hecomi / UnityWaterSurface

Water Surface Simulation using CutomRenderTexture in Unity 2017.1
http://tips.hecomi.com/entry/2017/05/17/020037
250 stars 37 forks source link

where can I find the Algrithm #3

Closed doremi31618 closed 5 years ago

doremi31618 commented 5 years ago

Hi, Thanks for this amazing works, I am studying water wave simulation and want to study further, can I ask for the algorithm you use, or where can I find it?

p.s. if there have any tutorials of this algorithm will be very helpful

thanks a lot

hecomi commented 5 years ago

I used a simple 2-dimentional wave equation. I wrote a blog article about this asset and put a link to the reference site:

doremi31618 commented 5 years ago

Ah gotcha . it’s very helpful ! Thank you for clearing that up =)