so,
I've got some roads
and I've got the edges of the roads(mostly) marked out
and I've got little plots aligned with the edges of the roads
I think I can see where this is going..
Does anyone know how (or if) the LandscapeTexturePatch component works? I've got the circle version working.
The code made my head hurt when I looked so I'm hoping someone else will have worked out what's going on
Replies
PCG is great but a really different workflow - I've come to many roadblocks and the way it works is not very intuitive compared to the rest of UE.
PCG is messy at the moment but the basic premise of tagging points is pretty similar to houdini's method of passing data around and if you're used to working with shaders the way you process points is fairly intuitive.
They really need to work on how custom blueprint nodes are implemented though - it appears quite limited compared to what you can do in c++ and they're a huge pain in the arse to put together (im not familiar enough with unreal c++ to actually make anything without getting very angry so i'm just living with the limitations at the moment