C# Class SmoothNoise, GoHomeOrDie

Datei anzeigen Open project: hs-furtwangen/GoHomeOrDie Class Usage Examples

Public Methods

Method Description
GenerateSmoothNoise ( float baseNoise, int octave, int noiseWidth, int noiseHeight ) : ].float[

Private Methods

Method Description
Interpolate ( float x0, float x1, float alpha ) : float

Method Details

GenerateSmoothNoise() public static method

public static GenerateSmoothNoise ( float baseNoise, int octave, int noiseWidth, int noiseHeight ) : ].float[
baseNoise float
octave int
noiseWidth int
noiseHeight int
return ].float[