-
Notifications
You must be signed in to change notification settings - Fork 260
Effect Circles
derwin12 edited this page Jul 1, 2026
·
3 revisions

Draws moving, bouncing, or radiating circles, with optional plasma blending and bubble motion.
| Parameter | Type | Range | Description |
|---|---|---|---|
| Number of Circles | slider | 1-10 | Number of circles drawn on the model (in radial mode, the number of color rings) |
| Size | slider | 1-20 | Radius of each circle (in radial mode, the thickness of the concentric rings) |
| Speed | slider | 1-30 | How fast the circles move across the model (in radial mode, the speed of outward ring expansion) |
| Bounce | checkbox | true/false | Circles bounce off the edges of the model instead of wrapping around |
| Radial | checkbox | true/false | Draws expanding concentric rings radiating outward from a center point, using alternating palette color bands |
| Plasma | checkbox | true/false | Uses a metaball algorithm so overlapping circle influence fields blend into smooth organic plasma-like shapes |
| Radial 3D | checkbox | true/false | Draws expanding concentric rings with a continuously cycling rainbow hue based on distance from center, for a 3D depth look |
| Bubbles | checkbox | true/false | Draws hollow circle outlines instead of filled circles and launches them upward at slightly random angles, simulating rising bubbles |
| Linear Fade | checkbox | true/false | Fades each circle from full brightness at the center to dark at the edge instead of a solid fill |
| X Center | slider | -50 to 50 | Shifts the center point of radial rings horizontally |
| Y Center | slider | -50 to 50 | Shifts the center point of radial rings vertically |
X Center and Y Center are only enabled when Radial or Radial 3D is checked.
Enable Radial (or Radial 3D for a rainbow depth variant) to turn the effect into expanding concentric rings, and use X Center/Y Center to move the ring origin off-center. Combine Plasma with a higher Number of Circles for blended, organic shapes, or Bubbles with Linear Fade for a soft rising-bubble look.
Last updated: 2026-07-01