Polygon
Generates a regular polygon with a configurable number of sides. The side count can be modulated, so a triangle can morph into a hexagon and back.
Inputs
| Port | Type | Default | Range | Description |
|---|---|---|---|---|
| Size | Scalar | 1.0 | 0–1 | Overall scale |
| Sides | Scalar | 6 | 3–12 | Number of sides |
Outputs
| Port | Type | Description |
|---|---|---|
| Frame | Frame | Closed polygon path |
Controls
Resolution: Low, Medium, High, or Very High.
Ideas
- Modulate Sides with a slow oscillator for morphing geometry, like a triangle flowing into a hexagon and back.
- Wire into Duplicator for kaleidoscope-style patterns: duplicated polygons with progressive rotation create mandala forms.
- Use a high side count (10–12) as a rough circle with visible facets for a more geometric aesthetic.
Related
- Circle: smooth ellipse without facets
- Star: polygon with inward-pointing depth
- Duplicator: repeat and rotate for mandala patterns