Noise Tweaker*

modulates scalar values through a sequential pipeline of transforms including contrast, power curves (bias), ridge generation, posterization, and coverage-based masking. It is the essential bridge between a raw noise node and a material input, perfect for sculpting terrain heightfields, defining cloud density maps, or creating stylized artistic patterns.

Noise Colorizer*

operates by evaluating the input noise against a series of ascending thresholds. Think of it as a “Quantizer” or “Band Generator.” If the noise value exceeds Threshold X, it instantly switches to Color X. This creates hard, clean edges between colors, which is perfect for creating non-blended patterns like camouflage, cell-shaded lighting, or geographic height maps.

Wood Noise*

is a “material-in-a-box.” Instead of just outputting black and white noise, it outputs a full color signal complete with lighting-independent details like dirt and grain. The Compression parameter is key—it squeezes the noise domain to create the characteristic elongated rings of cut timber.

Shard Noise*

a hybrid procedural pattern that sits between Worley-style feature-point noise and smoothed impulse scattering. Unlike lattice-based noises (like Perlin) that produce rolling hills, Shard Noise creates sharp, crystalline discontinuities. It uses a radially weighted, randomized impulse system with non-linear shaping (via a hyperbolic tangent function) to generate distinctive splinter-like structures and faceted geometry.

Scratches Noise*

is a specialized 2D pattern generator that creates layered, anisotropic streaks of varying length, width, and curvature. By stacking multiple rotated grids of pseudo-random wavy lines, it produces dense, multi-directional networks ideal for brushed metal, microscopic wear, or damaged coating effects. Features a custom adaptive filtering engine that ensures smooth, alias-free rendering even with extremely thin lines and low sample counts.

Marble Noise*

operates by calculating a “height field” representing the rock’s strata. The integer part of this height determines the layer, while the fractional part drives the vein gradients. This analytic approach allows for infinite resolution veins that never pixelate, with built-in controls for how much the colors bleed (Diffusion) and how sharp the layers are (Absolute).

LRPN Noise*

generates stochastic patterns by summing cosine waves with randomized phases across a regular spatial lattice. These contributions are blended using a Kaiser-Bessel window function. This approach decouples spatial sampling from spectral sampling, allowing for precise, mathematically rigorous control over the texture’s frequency content (grain) and orientation (anisotropy) without the artifacts common in older noise types.

Kernel Noise*

synthesizes procedurally distributed Gaussian-shaped impulses across a lattice. Each impulse contributes a localized elliptical kernel, which can be analytically rotated, scaled, and distributed. This approach allows for the creation of structured, geometric patterns (like weaves and chainmail) or highly controlled stochastic textures (like sprayed paint), all with mathematically perfect anti-aliasing.

Gyroid Noise*

produces a naturally isotropic 3D pattern with smooth, continuous contours reminiscent of organic cellular structures, foams, or marble veins. Built upon the mathematical “Gyroid” minimal surface function, this noise is analytic and continuous everywhere. Unlike lattice-based noises (like Perlin or Simplex), it produces no grid artifacts and features a distinct “feedback warping” mechanism that creates complex, self-intersecting organic shapes.