Property | Type | Description | |
---|---|---|---|
_heightmap |
Method | Description | |
---|---|---|
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.
|
protected RenderHeight ( int x, int y, float source, float boundDiff ) : void | ||
x | int | |
y | int | |
source | float | |
boundDiff | float | |
return | void |
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 |
return | void |