Home▸Articles▸Generative Art & Algorithmic Patterns

Worley Noise: Creating Cellular Textures Through Distance-Based Patterns

A versatile technique for generating organic textures in computer graphics and procedural design.

mysimulator teamUpdated June 2026≈ 3 min read▶ Open the simulation

What is Worley Noise?

Worley noise, also known as cellular noise, is a procedural texture generation technique used in computer graphics and generative art. It creates organic, natural-looking textures by defining cells based on the distance to feature points within a space.

The technique was developed by Adrian Worley and has since become a staple in various applications, from video games to architectural visualizations.

How Does it Work?

Worley noise generates textures by calculating the distance of each pixel to its nearest feature point. The feature points are randomly distributed across the space, and their positions can be adjusted using parameters like density and drift speed.

The resulting patterns can range from geometric cells resembling Voronoi diagrams to more organic shapes depending on the chosen metric and other settings.

live demo · related simulation● LIVE

Why Does it Matter?

Worley noise is significant because it provides a way to create highly detailed, natural-looking textures without the need for complex algorithms or manual design. This makes it invaluable in fields like computer graphics and game development.

Moreover, its flexibility allows artists and designers to easily generate unique patterns that mimic real-world phenomena such as cracks in stone or cellular structures.

Real-World Applications

Worley noise is widely used in video games for creating realistic terrains, such as rocky landscapes and cave systems. It can also be applied to architectural visualizations to enhance the natural appearance of buildings and environments.

In addition, it has applications in scientific visualization, where it helps in representing complex data sets with intuitive and visually appealing patterns.

Frequently asked questions

What are feature points in Worley noise?

Feature points are the randomly distributed points used as reference for calculating distances. Their positions determine the shape and structure of the resulting texture.

How does changing the metric affect the pattern?

The metric determines how distance is calculated between a pixel and feature points. Different metrics can produce various patterns, from more geometric to organic shapes.

Can Worley noise be used for more than just textures?

Yes, while primarily used for texturing, Worley noise can also influence other aspects of graphics such as lighting and shading, contributing to a more realistic visual experience.

Is Worley noise the same as Voronoi diagrams?

Worley noise is similar to but not exactly the same as Voronoi diagrams. While both use distance calculations, Worley noise can produce a wider variety of patterns by adjusting parameters like drift speed and metric.

Try it live

Everything above runs in your browser — open Worley Noise — Cellular Texture and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Worley Noise — Cellular Texture simulation

What did you find?

Add reproduction steps (optional)