The Smoke Ring shader creates a radial multi-colored gradient shaped with layered noise, producing a natural, smoky aesthetic. Perfect for creating halos, smoke effects, clouds, and organic ring shapes with up to 10 colors.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/paper-design/shaders/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
Background color in hex format. Visible outside the smoke ring.
Array of gradient colors for the ring in hex format. Supports up to 10 colors. Colors blend from inner to outer edge.
Radius of the ring shape (0 to 1). Controls where the ring appears relative to the center.
Thickness of the ring (0.01 to 1). Larger values create wider rings.
Ring inner fill amount (0 to 4). Controls how much the ring fills inward. Higher values create more solid centers.
Noise frequency (0.01 to 5). Controls the size/scale of the smoky distortion patterns.
Number of noise layers (1 to 8). More layers create more detailed, complex smoke patterns but impact performance.
Animation speed multiplier. Controls how fast the smoke flows and evolves.
Common Sizing Parameters
How to fit the shader into the canvas dimensions.
Overall zoom level (0.01 to 4).
Rotation angle in degrees (0 to 360).
Horizontal offset (-1 to 1).
Vertical offset (-1 to 1).
Presets
Default
Solar
Line
Cloud
Technical Details
- Max Colors: 10
- Max Noise Iterations: 8
- Noise: Uses FBM (Fractal Brownian Motion) with value noise
- Animation: Dual-cycle time blending for seamless loops
- Texture: Requires noise texture for randomization
- Coordinates: Uses object UV coordinates
