Does anybody know of a way, either by writing a shader or by some other jerry-rigged means, to take a map that is built from physical hex's, like my prototype below....
and overlay an effect that would add a painterly grunge which sort of blurs it all together to get something akin to this:
Now I understand that this map from Total War is constructed in an entirely different way -- for our purpose we got to work with hex's but if anybody knows of some trick to kind of get a more blended effect that would be enormously appreciated. I'll give you a free copy of the game if interested.
I'm thinking something like plane that sits above the map, and some kind of light shifting shader with a grunge mask?
Replies
I would capture the whole map out to a new terrain blend texture, transcoding the hex colors into splat mask colors, and applying that to a terrain.
So each hex color would end up as a mask for a different terrain tiling texture. Tan hexes could be sand, green hexes could be farm fields, blue could be wavy water, white could be snowy mountains, etc.
You could distort the edges with a normal map as uv distortion on the splat mask.