C# 클래스 TreeEditor.FractalNoise

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
BrownianMotion ( float x, float y ) : float
FractalNoise ( float inH, float inLacunarity, float inOctaves ) : System
FractalNoise ( float inH, float inLacunarity, float inOctaves, Perlin noise ) : System
HybridMultifractal ( float x, float y, float offset ) : float
RidgedMultifractal ( float x, float y, float offset, float gain ) : float

메소드 상세

BrownianMotion() 공개 메소드

public BrownianMotion ( float x, float y ) : float
x float
y float
리턴 float

FractalNoise() 공개 메소드

public FractalNoise ( float inH, float inLacunarity, float inOctaves ) : System
inH float
inLacunarity float
inOctaves float
리턴 System

FractalNoise() 공개 메소드

public FractalNoise ( float inH, float inLacunarity, float inOctaves, Perlin noise ) : System
inH float
inLacunarity float
inOctaves float
noise Perlin
리턴 System

HybridMultifractal() 공개 메소드

public HybridMultifractal ( float x, float y, float offset ) : float
x float
y float
offset float
리턴 float

RidgedMultifractal() 공개 메소드

public RidgedMultifractal ( float x, float y, float offset, float gain ) : float
x float
y float
offset float
gain float
리턴 float