I'm curious what kind of algorithm can calculate the country's borderline, according to it's cities, buildings, and of course nearby city's and building's radius?
Picture from the game "Rise of Nations":
And how can one render this shape with lines or triangle strips (With 5m width for example)? How to get the points's coordinates from the borderline in good order? How it works in games?
Thanks.