C# Class NoiseMeasuring.PerlinNoise

The class generates Perlin noise.
ファイルを表示 Open project: willcraftia/TestXna Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GetValue() public method

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

Reseed() public method

public Reseed ( ) : void
return void