ok, so im working on a 3D 3rd person game. I have hterrain(zylanns terrain) and a slightly more than basic understanding of the godot platform(i created a functional start menu screen using the automated node functions like textbutton and others)
ok so heres the question, I want interactive grass for my terrain that i can paint(if possible so i can hand place the grass for space for paths and stuff i dont want the whole map covered, manual placement definately needed) _anyways, i want the grass to bend as the character is running or walking through it AND blow in the wind AND be able to attach to an hterrain node but where not the whole terrain map is covered in grass_, but where i can place it by hand instead. the style of grass im going for is like in BoTW (i created a single blade in blender as an obj and ran through a couple of the interactive grass tutorials on youtube"Interactive Grass Godot" and "BoTW style grass godot" interactive uses visual shader and the other(the wind side) is a scripted spatial shader.
thanks ahead of time for your help. first game in godot, not a stranger to working with software like this(UE4 Unity etc)