Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 668 Bytes

Variations

There are many variations of Clover Noise that simulate different textures. These variations can be found here, with pseudo-code of their implementations.

Frost Noise is an icy-looking noise created with Clover Noise. It is created using Curl Clover Noise, and layering a few different layers of noise, some with offsets.

Frost Noise

Marble Noise emulates the texture of Marble, a type of stone. It is created by taking the difference of two noise values, and darkening the areas where the two values are close together.

Marble Noise