Truchet Pattern*

generates a modern Truchet tiling using curved or geometric modules that automatically connect across their borders. By dividing the surface into a grid and randomly rotating specific tile motifs (like Arcs, Triangles, or Lines), it creates visually rich, continuous pathways, mazes, and interlocking lattices. Unlike simple repetition, the random rotation creates a non-repeating “global” structure from simple “local” rules.

Trap Pattern*

is an elegant coloring strategy originally developed for fractal rendering. The concept is beautifully simple yet remarkably expressive: as you iterate a function, each point traces out a path—an “orbit”—through mathematical space. Instead of simply checking whether this orbit escapes to infinity (as in traditional fractal rendering), we place geometric “traps” at strategic locations and measure how close the orbit gets to these shapes.

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.