Files
RCBASIC4/doc/files/createterrainactor.html
2024-12-14 15:28:03 -05:00

29 lines
856 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>
</body>
</html>