How would I go about making ocean waves?

Hello!
I am working on a fishing game and I can’t figure out how to make waves like the ones in Shipping Lanes. All the posts on the devforum only show the waves and not transitioning to smaller waves once you reach the coast.

Another issue is boat orientations, I don’t know how I would go about boats moving up and down and rotating with the waves. Especially when the waves are out of loading distance.

Any help is appreciated!

1 Like

I would try doing waves with sine waves. It will be easy to do the “smaller waves once you reach the coast”. Then to make boat orientation, do it as tangent to the sine wave.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.