Can the special effects of wind be achieved

Can the special effects of wind be achieved?
I cannot make the surface bend when customizing with a shader. How can I achieve this
Please take a look at my case study
`

> https://playground.babylonjs.com/#79DVGL#1

`


You can do it pretty simply using NME :smiley: Wave NME Shader | Babylon.js Playground (babylonjs.com) and remember that if you want to distort the plane, you’ll want it to have more vertices so you’ll have to increase the subdivision parameter

1 Like

I can’t write with a shader myself, so I can’t do more precise control

And it’s also difficult to achieve similar effects to the animation in the picture by doing so

NME is made exactly to make shader writing more simple :slight_smile:

1 Like