A bit of context, I’m currently working with Quixel Bridge foliages and trying to tweak the parent foliage material so I can give a wind direction and have foliages sway in the correct direction (I’m on a rifle simulation project, player should be able to guess wind direction from the herbs and leaves movement).
I’ve been following the really good CodeLikeMe tutorial, and it almost got me where i wanted to, except for one thing : somehow, it seems default TexCoord doesn’t match the foliage materials I downloaded fron quixel, and the foliages end up being dettached instead of just swaying back and forth, as seen in this picture.
My guess is TexCoord is not the best way to go, but I’m kinda new to materials so I’d appreciate some suggestions/explaination.
If you wanna havce a look at my implementation or test it, my blueprint here.
Do you mean turning off “Enable Nanite Support” ? It’s off by default on my meshes, not very familiar with Nanite either so I try not to use it until I understand how it works a bit better.
This is exactly what I needed ! I stayed away from the SimpleGrassWind node due to the lack of directionnal control, but this tutorial offers a great alternative, which also work with Quixel so far, just have to replace the SimpleGrassWind in basic Quixel parent foliage material. Thanks a lot !