C# Класс LibNoise.Renderer.Heightmap16Renderer

class for an 16bit-heightmap renderer
Наследование: AbstractHeightmapRenderer
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_heightmap Heightmap16

Защищенные методы

Метод Описание
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 Heightmap16 _heightmap
Результат Heightmap16