Skip to content

leegoonz/PerlinNoise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perlin Noise Function for Unity

This is straight implementation of the Perlin noise function for Unity, which is based on Perlin's SIGGRAPH 2002 paper "Improving Noise".

http://mrl.nyu.edu/~perlin/paper445.pdf

You may use the script (Perlin.cs) in your projects freely.

Tips

The value range of the noise functions is [-1.0, +1.0].

AFAIK, the value range of the fBm functions is not well-defined. It might be somewhere around [-0.75, +0.75]. Please let me know if you have the exact solution 😉

About

1D/2D/3D Perlin noise function for Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%