Circle
Generates a closed elliptical path. The simplest shape node: just scale X and Y to control size and aspect ratio.
Inputs
| Port | Type | Default | Range | Description |
|---|---|---|---|---|
| Scale X | Scalar | 0.5 | 0–1 | Horizontal radius |
| Scale Y | Scalar | 0.5 | 0–1 | Vertical radius |
Outputs
| Port | Type | Description |
|---|---|---|
| Frame | Frame | Closed elliptical path |
Controls
Resolution: Low, Medium, High, or Very High. Sets how many points are sampled around the curve.
Ideas
- Modulate Scale X and Scale Y independently with oscillators at different rates for morphing ellipses.
- Wire an Oscillator into both scales for a breathing circle that pulses in and out.
- Use as a base shape for the Dotter node to create evenly-spaced dot patterns on a ring.