The Neuro Noise shader creates a glowing, web-like structure of fluid lines and soft intersections. Great for creating atmospheric, organic-yet-futuristic visuals inspired by neural networks and biological systems.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
Graphics highlight color in hex format. Used for the brightest intersection points of the neural web.
Graphics main color in hex format. The primary color of the neural web structure.
Background color in hex format. Visible in the dark areas between the neural lines.
Luminosity of the crossing points (0 to 1). Higher values make the intersections glow brighter.
Sharpness of the bright-dark transition (0 to 1). Higher values create more defined, sharper lines.
Animation speed multiplier. Controls how fast the neural pattern flows.
Common Sizing Parameters
How to fit the shader into the canvas dimensions.
Overall zoom level (0.01 to 4). Affects the density of the neural pattern.
Rotation angle in degrees (0 to 360).
Horizontal offset (-1 to 1).
Vertical offset (-1 to 1).
Presets
Default
Sensation
Bloodstream
Ghost
Technical Details
- Algorithm: Iterative sine/cosine accumulation with rotation
- Iterations: 15 layers for complex web structure
- Coordinates: Uses pattern UV coordinates scaled by 0.13
- Color Blending: Premultiplied alpha with highlight mixing
- Performance: Optimized for real-time animation
- Original Algorithm: Based on zozuar’s shader
