I am trying to animate ocean waves viewed from about 30 degrees, for the same shooter game the ships thread is for, but I cant find good reference pictures of animated waves. Id like help on that!
The waves are supposed to scroll horizontally, towards the left, and tile horizontally. I will place multiple layers of waves so I can place separate background elements between two of them.
I tried building waves by making wavy lines that scroll from right to left like this, and then give them shape:
but the result doesn't work at all! first the perspective looks too high, and especially, it looks like the scrolling is vertical instead of horizontal. Also it looks plain wrong for some other reason I cant put my finger on.
Now im trying something else, to base the waves on circles that scroll from right to left, and that grow and shrink.
If anyone can find a good reference for waves (or knows a good technique to animate them), or can otherwise help, it would be very appreciated!
(I think I might be biting more than I can chew here...)