Best rendering optimization strategy for 25.000 hexagons?

Well… I tried it.

A single InstancedBufferGeometry for hexagons and pentagons.
Pentagon is hexagon, but with one degenerated triangle.

Demo: https://codepen.io/prisoner849/full/azOBGKq

Just had a thought, that there is also BatchedMesh. Which might be an option :thinking: