Module ROT.Noise.Simplex
Simplex Noise Generator.
Based on a simple 2d implementation of simplex noise by Ondrej Zara Which is based on a speed-improved simplex noise algorithm for 2D, 3D and 4D in Java. Which is based on example code by Stefan Gustavson (stegu@itn.liu.se). With Optimisations by Peter Eastman (peastman@drizzle.stanford.edu). Better rank ordering method by Stefan Gustavson in 2012.
Functions
init (gradients) | Constructor. |
get (xin, yin) | Get noise for a cell Iterate over this function to retrieve noise values |