Méthode | Description | |
---|---|---|
DefaultHeightMapSource ( float sourceHeights, int width, int height ) : System | ||
GetAreaMinMaxHeight ( int x, int y, int sizeX, int sizeY, float &minHeight, float &maxHeight ) : void | ||
GetHeight ( int x, int y ) : float |
public DefaultHeightMapSource ( float sourceHeights, int width, int height ) : System | ||
sourceHeights | float | |
width | int | |
height | int | |
Résultat | System |
public GetAreaMinMaxHeight ( int x, int y, int sizeX, int sizeY, float &minHeight, float &maxHeight ) : void | ||
x | int | |
y | int | |
sizeX | int | |
sizeY | int | |
minHeight | float | |
maxHeight | float | |
Résultat | void |