au3Irr2 Function Reference
_IrrAddHillPlaneMeshCreates a hill plane mesh that represents a simple terrain.
#Include <au3Irrlicht2.au3>
_IrrAddHillPlaneMesh($s_Name, $f_TileSizeX, $f_TileSizeY, $i_TileCountX, $i_TileCountY, $h_Material = 0, $f_HillHeight = 0, $f_CountHillsX = 0, $f_CountHillsY = 0, $f_TextureRepeatCountX = 1, $f_TextureRepeatCountY = 1)
Parameters
$s_Name | |
$f_TileSizeX | |
$f_TileSizeY | |
$i_TileCountX | |
$i_TileCountY | |
$h_Material | |
$f_HillHeight | |
$f_CountHillsX | |
$f_CountHillsY | |
$f_TextureRepeatCountX | |
$f_TextureRepeatCountY |
Return Value
Success: Handle to a Terrain MeshFailure: False and @error 1
Remarks
Many properties have default values allowing a mesh to be created with a simple call.
Related
[todo: functionName, functionName]