You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm not able to configure for irregular shaped hexagons in HexLayout. Perhaps there is a way, in which case please excuse my ignorance and point me in the right direction :)
Describe the solution you'd like
A way to support irregular shaped hexagons.
EDIT:
I see the hex_size field in HexLayout, but since it's a Vec2, I'm guessing it would only support irregular hexagons that, in the "flat top" orientation, have the flat size exactly 1/2 of the over all width?
i.e. how would one support something like this?
The text was updated successfully, but these errors were encountered:
Chainging the hex_size in the hex_grid example you can set irregular hexagon sizes but they will look scaled and not sliced like your example.
I can look into custom scaling but that doesn't exist yet
I worked on this, and it's a headache. Making the hexagons scaled along a vertex is not a problem, the issue comes from adapting the layout which is based on matrix calculations.
Unfortunately I could not figure it out for 0.16 but I think this would make a good addition for a future release
Is your feature request related to a problem? Please describe.
I'm not able to configure for irregular shaped hexagons in
HexLayout
. Perhaps there is a way, in which case please excuse my ignorance and point me in the right direction :)Describe the solution you'd like
A way to support irregular shaped hexagons.
EDIT:
I see the
hex_size
field inHexLayout
, but since it's aVec2
, I'm guessing it would only support irregular hexagons that, in the "flat top" orientation, have the flat size exactly 1/2 of the over all width?i.e. how would one support something like this?
The text was updated successfully, but these errors were encountered: