Modulate
Effects /

Field effect

The Field effect is a procedural noise generator: it synthesizes evolving organic patterns, drifting Perlin-style clouds, marbled veins, swirling flow, and Voronoi cells, from pure math, no source footage required. Noise of this kind is the raw material of generative design, the structured randomness that reads as natural texture rather than static, and here it renders in real time as an animated, loopable layer.

Try it in the editor

What it does

Generates an evolving procedural field — drifting clouds, marbled veins, swirling flow, or Voronoi cells.

Perlin noise has an unusually precise origin story. Ken Perlin, fresh off the mathematically clean surfaces of Tron in 1982, wanted computer graphics to stop looking machine-made, and built a noise function to roughen them up: smooth, random-seeming variation with no visible grid and no repetition, controllable at every scale. The film industry adopted it so completely that in 1997 the Academy gave him a Technical Achievement Award for it, one of the few Oscars ever awarded for a mathematical function.

The move that turns noise into nature is stacking it. One layer of noise is a smooth, rolling field, pleasant but featureless. Add a second layer at double the frequency and half the strength, then another, and another, and the octaves accumulate into fractal detail: big shapes carrying medium wrinkles carrying fine grain, which is precisely the statistics of clouds, terrain, smoke, and water. Push further and the field can be fed through itself, coordinates warped by the noise they sample, and the result is marbling, the folded liquid veining of stone and ink.

A noise field is also a quiet workhorse: it is grayscale by design, which makes it a control signal as much as a picture. In a layer stack it can drive whatever reads it, displacing pixels into heat shimmer, feeding a gradient map for color, or texturing type. The Field effect keeps the whole family under one roof, clouds, marble, curl flow, and cellular Voronoi patterns, all evolving smoothly over time, with a loop mode that brings the animation back to its starting phase for seamless repetition.

Signature looks

Drifting clouds

Classic fractal noise evolving slowly in place, billowing without ever repeating. The default texture of the natural world, straight from the math.

Liquid marble

The field folded through its own gradients into veined, inky marbling that never stops churning. Stone in slow motion.

Cracked cells

A Voronoi network of walls between scattered seeds, read as dried earth, foam, or living tissue depending on scale. The organic counterpoint to a grid.

Try it on your own footage

This effect runs live in the Modulate editor, with layers, effect chains, masks, and keyframes. Free, no signup, nothing to install.

Common questions

What is Perlin noise?

A gradient noise function invented by Ken Perlin in 1983: it produces smooth pseudo-random variation with no visible grid, no seams, and controllable frequency, unlike white noise, which is independent static at every pixel. Its natural, organic character made it the standard randomness of computer graphics, used for terrain, clouds, fire, textures, and motion.

Why was Perlin noise invented?

Ken Perlin developed it after working on Tron, reacting against the sterile perfection of early CGI. He wanted a way to add natural-looking irregularity to surfaces and motion, something random enough to feel organic but smooth and controllable enough to art-direct. The technique earned him a Technical Achievement Award from the Academy in 1997 for its impact on filmmaking.

What is fractal noise?

Noise layered over itself in octaves: each layer doubles the frequency and reduces the amplitude, so large forms carry progressively finer detail. The technique, formally fractional Brownian motion, is what turns a smooth noise function into clouds, terrain, and smoke, and the octave count and falloff set the balance between soft billows and rough grain.

What is the difference between Perlin noise and Voronoi noise?

Perlin noise is a smooth continuous field, gradients everywhere and edges nowhere, which reads as clouds or fog. Voronoi (or Worley) noise is built from scattered seed points and the distances between them, producing cellular structure: walls, cracks, and pockets, which reads as dried mud, foam, or scales. They are the two poles of procedural texture, and the Field effect generates both.

How do you make Perlin noise loop?

By walking the noise field along a closed path instead of a straight line: sample the evolution dimension around a circle and the animation returns exactly to its starting phase at the end of the cycle. The Field effect has a loop switch that does this against your composition length, so exported noise repeats seamlessly, which matters for backgrounds and textures meant to run forever.

Related effects