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

The class generates Perlin noise.
Inheritance: IModule
Afficher le fichier Open project: willcraftia/TestXna

Méthodes publiques

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

Private Methods

Méthode Description
GenerateGradientValue ( ) : float
InitializeLookupTables ( ) : void

Method Details

Reseed() public méthode

public Reseed ( ) : void
Résultat void

Sample() public méthode

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