Hi all,
I'm new with SFML and I'm trying to learn how to make an hexagonal tile map.
I can't understand what primitive type I should use to draw a hexagon?
I've already thought to use a series of Triangle but if I do that I won't be able to set the correct texture to the tile.
Someone can help me?