Advertisement

Latest hexagonal Activity

Hello everybody. Sorry for the necroing but between working in another project for a friend, researching other topics and work related issues I totally forgot about following this thread.

During this time I decided to leave the hexagon terrain on hold and keep developing other topics that would allo…

19,959 views
Advertisement

Thanks for the responses.

I have a working solution now in C#.

public static readonly float SQRT_3 = Mathf.Sqrt(3);

public delegate bool Callback(Vector2Int hex, Vector2 intersection, float t);

public static void Traversal(Vector2 p0, Vector2 p1, float scale, Callback callback, int iterations = 100…
4,778 views
Hexagon game, holes in a region

ah, ok, thanks for clarifying that.

12,292 views
Advertisement
Advertisement