C# 클래스 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/
파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( float x, float y, float z ) : float
Reseed ( ) : void

비공개 메소드들

메소드 설명
CalculateGradient ( int hash, float x, float y, float z ) : float
InitializePermutationTables ( ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( float x, float y, float z ) : float
x float
y float
z float
리턴 float

Reseed() 공개 메소드

public Reseed ( ) : void
리턴 void