C# Class Willcraftia.Xna.Framework.Noise.ClassicPerlin

The class generates Perlin noise.
Inheritance: IModule
Mostra file Open project: willcraftia/TestXna

Public Methods

Method Description
Reseed ( ) : void
Sample ( float x, float y, float z ) : float

Private Methods

Method Description
GenerateGradientValue ( ) : float
InitializeLookupTables ( ) : void

Method Details

Reseed() public method

public Reseed ( ) : void
return void

Sample() public method

public Sample ( float x, float y, float z ) : float
x float
y float
z float
return float