Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 528 Bytes

Mixture.PerlinNoise.md

File metadata and controls

23 lines (19 loc) · 528 Bytes

Perlin Noise

Mixture.PerlinNoise

Inputs

Port Name Description
UVs
Lacunarity
Frequency
Persistance
Seed

Output

Port Name Description
Out

Description

Perlin Noise generator.

Note that for Texture 2D, the z coordinate is used as a seed offset. This allows you to generate multiple noises with the same UV. Be careful with because if you use a UV with a distorted z value, you'll get a weird looking noise instead of the normal one.