🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

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…

20,377 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,887 views
Hexagon game, holes in a region

ah, ok, thanks for clarifying that.

12,515 views
Advertisement
Advertisement