C# Class ManicDigger.MapTools.Noise3

Ken Perlin, Noise hardware. In Real-Time Shading SIGGRAPH Course Notes (2001), Olano M., (Ed.). http://www.csee.umbc.edu/~olano/s2002c36/ch02.pdf
Mostrar archivo Open project: henon/manic_digger Class Usage Examples

Public Methods

Method Description
noise ( double x, double y, double z ) : double

Private Methods

Method Description
K ( int a ) : double
b ( int N, int B ) : int
b ( int i, int j, int k, int B ) : int
shuffle ( int i, int j, int k ) : int

Method Details

noise() public static method

public static noise ( double x, double y, double z ) : double
x double
y double
z double
return double