So I was looking for a grass system I like and stumbled uppon this video:
https://youtu.be/bp7REZBV4P4?si=Bs5wbD9G2JvLgYeo
I really love how it turns out and want to create it myself but in unreal engine. However all the tutorials on grass always use grass cards and I don’t know where to look to generate grass purely from code as he does.
In generall there are a few things I don’t know where to start looking in unreal:
- How do I create meshes from code?
- How can I create a brush to place them and make the ammount of meshes visible by player distance. (In his video he explains how the number of triangles aswell as blades reduce, based on the distance to the player, and merge to fewer triangles and fewer grass… What systems would I need in unreal ?)
- How I would add the animation via code?