The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
597 views

Storing a Hex Grid

I've been creating a small hex grid framework for Unity3D and have come to the following dilemma. This is my coordinate system (taken from here): It all works pretty nicely except for the fact I ...