C# 클래스 LibNoise.Renderer.Heightmap8Renderer

class for an 8bit-heightmap renderer
상속: AbstractHeightmapRenderer
파일 보기 프로젝트 열기: everbytes/LibNoise

보호된 프로퍼티들

프로퍼티 타입 설명
_heightmap Heightmap8

보호된 메소드들

메소드 설명
CheckHeightmap ( ) : bool

RenderHeight ( int x, int y, float source, float boundDiff ) : void

SetHeightmapSize ( int width, int height ) : void

Sets the new size for the target heightmap.

메소드 상세

CheckHeightmap() 보호된 메소드

protected CheckHeightmap ( ) : bool
리턴 bool

RenderHeight() 보호된 메소드

protected RenderHeight ( int x, int y, float source, float boundDiff ) : void
x int
y int
source float
boundDiff float
리턴 void

SetHeightmapSize() 보호된 메소드

Sets the new size for the target heightmap.
protected SetHeightmapSize ( int width, int height ) : void
width int width The new width for the heightmap
height int height The new height for the heightmap
리턴 void

프로퍼티 상세

_heightmap 보호되어 있는 프로퍼티

The destination heightmap
protected Heightmap8 _heightmap
리턴 Heightmap8