Documentation / Node reference / geo nodes
geo/HexaPlane
Creates a grid of hexagons filling a rectangle.
Hexa
Creates a flat honeycomb: hexagons of the given radius, packed in staggered rows until they fill the size. Use it as a base for tiled patterns, or feed it to geo/HexaTriangulate to turn each hexagon into triangles.
Parameters
| Name | Type | What it does |
|---|---|---|
| size | Vector2 | Extents of the rectangle the hexagons fill. |
| radius | Float | Radius of one hexagon. Smaller means more of them. |
| direction | Vector3 | Normal the plane faces along. |
| center | Vector3 | Offset the grid from the origin. |
See also
- geo/HexaTriangulate
- geo/Plane
This page is generated from the engine, so it describes the release you can download. The same text is in the editor's Help panel next to the node itself.