C# 클래스 NoiseMeasuring.PerlinNoise

The class generates Perlin noise.
파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
GenerateGradientValue ( ) : float
InitializeLookupTables ( ) : void

메소드 상세

GetValue() 공개 메소드

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

Reseed() 공개 메소드

public Reseed ( ) : void
리턴 void