Applying Textures to Hexagonal Tiles Seamlessly

Posted by PATRY on Game Development See other posts from Game Development or by PATRY
Published on 2010-11-12T11:00:05Z Indexed on 2012/07/03 3:25 UTC
Read the original article Hit count: 263

Filed under:
|
|

I'm doing a tactical game (X-Com / Fallout style) for fun. I've decided to use a hexagonal map, but I'm having a graphic problem.

My current map display is HUD-like, with only the border of the map cells displayed, without any texture. it's simple and allow for display of different types of informations by varying the color of the border. For exemple the "danger view mode" displays the borders with a color going from green (no damage possible) to red (prob of damage > 90%).

Now, It's a bit hard to differentiate the kind of tile the player is on. I could put a plain color (green is grass, pale blue is water...), but this is going to limit the possibilities. Thus, i would like to display a texture on my tiles. Since the map are generated, i can not use a picture for the whole map with the HUD over.

So, my question is : does any one knows how i could generate the sealess hexagonal textures (algo or plugin), or if there is a site with some hexagonal tiles ?

© Game Development or respective owner

Related posts about graphics

Related posts about textures