C# Class NoiseMeasuring.SimplexNoise

The class generates Simplex noise. http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf http://staffwww.itn.liu.se/~stegu/aqsis/aqsis-newnoise/
Afficher le fichier Open project: willcraftia/TestXna Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( float x, float y, float z ) : float
Reseed ( ) : void

Private Methods

Méthode Description
CalculateGradient ( int hash, float x, float y, float z ) : float
InitializePermutationTables ( ) : void

Method Details

GetValue() public méthode

public GetValue ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

Reseed() public méthode

public Reseed ( ) : void
Résultat void