Hi, I am looking to find a formula to calculate the number of vertices in a hexagon grid. I can't seem to find a pattern to how hexagonal count affects the number of vertices.
Is there a formula to determine vertice count so I may determine my vertices array size for my mesh or would the best way be to iterate through every hex and determine neighbouring hexagons to calculate vertex count?