Wave pattern on given surface

Hello,

I need to create a wave pattern as depicted in the image. The surface for this pattern is predefined, so I cannot simply apply it to any random rectangle. It is crucial that the waves gradually fade out towards the edges of the surface, including any cutouts, such as the window shown in the picture.

Furthermore, there should be a seamless transition between two waves, without any flat spots.

Do you have any suggestions on how I can accomplish this, or perhaps you have similar scripts that could be useful?

Thank you.
wave_pattern

Hi @l.p ,

Maybe this is a ‘classic’ application of the mesh/surface deform via curves?

Some related examples:

See this.
Find your cosine curves and make the mesh or subd.

1 Like

Thank you I managed to solve it by combinig a lot of the above mentioned things.

1 Like