Getting Started
...
Glossary
N-Z Terms

Worley Noise

3min

Worley Noise is a noise function that generates a random value at each point in a 2D or 3D space. The value is generated based on the distance to the nearest point in a set of points.

Worley noise is often used to create textures that have a natural, organic look. It can also be used to create terrain, clouds, and other objects.

Here is how Worley noise works:

  1. A set of points is randomly generated in a 2D or 3D space.
  2. For each point in the space, the distance to the nearest point in the set is calculated.
  3. The value of the noise function at that point is determined by the distance.

The closer a point is to one of the points in the set, the higher the value of the noise function will be. The further a point is from any of the points in the set, the lower the value of the noise function will be.

Here are some of the benefits of using Worley noise in computer graphics:

  • Natural look: Worley noise can be used to create textures that have a natural, organic look. This is because the noise function is based on distances, which are a natural phenomenon.
  • Variety: Worley noise can be used to create a variety of textures, depending on the set of points that are used. This makes it a versatile tool that can be used for a variety of purposes.
  • Efficiency: Worley noise can be generated quickly and efficiently. This makes it a good choice for applications where performance is important.
  • Continuity: Worley noise is continuous, meaning that it can be used to create smooth, gradual transitions between different values. This makes it a good choice for applications where realism is important.

Here are some of the drawbacks of using Worley noise in computer graphics:

  • Complexity: Worley noise can be complex to implement. This is because it requires the generation of a set of points and the calculation of distances.
  • Aliasing: Worley noise can suffer from aliasing, which is the jagged appearance of edges. This can be mitigated by using a higher resolution set of points.
  • Not suitable for all applications: Worley noise may not be suitable for all applications. For example, it may not be a good choice for applications where a smooth, continuous texture is required.

Overall, Worley noise is a powerful tool that can be used to create a variety of textures in computer graphics. It is a versatile tool that can be used for a variety of purposes. However, it is important to be aware of the complexity and aliasing issues before using Worley noise in your application.

Feedback

Please be sure to submit issues or feature requests through the embedded feedback form. In the event it is a major issue please contact us directly through Discord.

Updated 03 Apr 2024
Doc contributor
Did this page help you?