C# 클래스 SmoothNoise, GoHomeOrDie

파일 보기 프로젝트 열기: hs-furtwangen/GoHomeOrDie 1 사용 예제들

공개 메소드들

메소드 설명
GenerateSmoothNoise ( float baseNoise, int octave, int noiseWidth, int noiseHeight ) : ].float[

비공개 메소드들

메소드 설명
Interpolate ( float x0, float x1, float alpha ) : float

메소드 상세

GenerateSmoothNoise() 공개 정적인 메소드

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