30 lines
863 B
HTML
30 lines
863 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CreateTerrainActor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CreateTerrainActor( hmap_file$ ) </h2></p>
|
|
<p>
|
|
Returns terrain generated from a height map
|
|
</p>
|
|
<p>
|
|
Note: Height Maps can be any supported image format
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createanimatedactor.html">CreateAnimatedActor</a>
|
|
<a href="createoctreeactor.html">CreateOctreeActor</a>
|
|
<a href="createsphereactor.html">CreateSphereActor</a>
|
|
<a href="createwateractor.html">CreateWaterActor</a>
|
|
<a href="createlightactor.html">CreateLightActor</a>
|
|
<a href="createcubeactor.html">CreateCubeActor</a>
|
|
<a href="createbillboardactor.html">CreateBillboardActor</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |